11 lines
369 B
HTML
11 lines
369 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Pamela</title>
|
|
<script src="jquery-1.3.2.js" type="text/javascript" />
|
|
<script src="processing.js" type="text/javascript" />
|
|
<script src="pamela.js" type="text/javascript" />
|
|
</head>
|
|
<body style="text-align: center;">
|
|
<canvas id="pamela" width="1000px" height="400px"></canvas>
|
|
</body>
|
|
</html> |