1
0
mirror of https://github.com/danbee/invaders synced 2025-03-04 08:39:08 +00:00
invaders/index.html
2014-05-10 12:13:37 +01:00

26 lines
708 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine or request Chrome Frame -->
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<!-- Use title if it's in the page YAML frontmatter -->
<title>NB Invaders</title>
<link href="stylesheets/all.css" rel="stylesheet" type="text/css" />
<script src="javascripts/lib/phaser.js" type="text/javascript"></script>
</head>
<body class="index">
<h1>INVADERS</h1>
<div id="game">
</div><!-- #game -->
<footer>By <a href="http://danbarber.me">Dan Barber</a></footer>
<script src="javascripts/game.js" type="text/javascript"></script>
</body>
</html>