Moved the files out of the docs folder.

This commit is contained in:
2018-10-29 04:37:44 -04:00
parent 79afa44143
commit 22eb76b98c
9 changed files with 0 additions and 0 deletions

13
index.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>CEIDEC-Pong on the Web!</title>
<style>* { padding: 0; margin: 0; }</style>
<script src="js/phaser.min.js"></script>
<script src="js/game.js"></script>
</head>
<body>
<div id="game_container"></div>
</body>
</html>