mirror of
https://github.com/danbee/invaders
synced 2025-03-04 08:39:08 +00:00
23 lines
619 B
HTML
23 lines
619 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">
|
|
<div id="game">
|
|
</div><!-- #game -->
|
|
|
|
<script src="/javascripts/game.js" type="text/javascript"></script>
|
|
</body>
|
|
</html>
|