lots of new files

This commit is contained in:
Eric Romano
2013-04-26 20:07:27 -04:00
parent 3275a2ac96
commit 265ea05f03
11 changed files with 383 additions and 37 deletions

14
eric/index.html Normal file
View File

@ -0,0 +1,14 @@
<html>
<head>
<style type="text/css">
body{
margin: 0;
padding: 0
}
</style>
</head>
<body>
<canvas id="canvas">Your browser does no support canvas</canvas>
<script src="eric.js"> </script>
</body>
</html>