mirror of
https://github.com/miky-kr5/CEIDEC-Pong-Web.git
synced 2023-01-29 18:47:06 +00:00
Moved the files out of the docs folder.
This commit is contained in:
13
index.html
Normal file
13
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user