adding pamela files

This commit is contained in:
sandbender
2009-11-28 19:02:03 +01:00
commit a62ab99a3d
6 changed files with 6992 additions and 0 deletions

11
index.xhtml Normal file
View File

@@ -0,0 +1,11 @@
<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>