2016-04-07 03:24:16 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2016-04-07 03:51:10 +00:00
|
|
|
<title>Click of the Aliens!</title>
|
|
|
|
<style>body {margin: 0; padding: 0;}</style>
|
2016-04-07 03:24:16 +00:00
|
|
|
|
|
|
|
<script src="lib/phaser.min.js"></script>
|
|
|
|
<script src="src/game.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|