Initial version source code
This commit is contained in:
parent
ea73d0303b
commit
e82e8c859d
4 changed files with 359 additions and 0 deletions
25
index.html
Normal file
25
index.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>MyGame</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<script type="text/javascript" src="js/phaser/phaser.min.js"></script>
|
||||
<script src="/eureca.js"></script>
|
||||
<script type="text/javascript" src="js/game.js">
|
||||
|
||||
</script>
|
||||
|
||||
<a href="http://www.wtfpl.net/"><img
|
||||
src="http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-4.png"
|
||||
width="80" height="15" alt="WTFPL" /></a>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue