summaryrefslogtreecommitdiff
path: root/index.html
blob: 05ea98a074cc777b56de20b426bd8baa2d5efa11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<!--[if lt IE 7]>      <html class="lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html> <!--<![endif]-->
<head>
  <title>Interactive Pacbot</title>
  <link href="css/styles.css" rel="stylesheet" type="text/css">
</head>
<body>
  <div id="interactive-pacbot"></div>
  <script src="js/phaser.min.js"></script>
  <script src="js/game.js"></script>
</body>
</html>