pamela/index.xhtml
2009-11-28 19:02:03 +01:00

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>