Move the C&S thing into the attic

This commit is contained in:
Dan Buch
2015-07-25 14:41:14 -04:00
parent fc144fc403
commit af31512251
11 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<script src="lib/crafty.js"></script>
<script src="src/game.js"></script>
<script src="src/components.js"></script>
<script>
window.addEventListener('load', Game.start);
</script>
</head>
<body>
</body>
</html>