Add Saiki
[wgj58.git] / wgj58.html
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="UTF-8" />
5 <title>Weekly Game Jam 58</title>
6 <script src="phaser.js"></script>
7 <style>
8 @font-face { font-family: "Ubuntu Mono"; src: url(UbuntuMono-R.ttf); }
9 body { font-family: "Ubuntu Mono", monospace; color: #000000; background: #000000; }
10 </style>
11 </head>
12 <body>
13
14 <script src="wgj58.js"></script>
15 </body>
16 </html>