Add README.
[123456789.git] / index.html
1 <!DOCTYPE HTML>
2 <html lang="en">
3 <head>
4 <title>123456789 - a game for Ludum Dare 26</title>
5 <meta charset="utf-8" />
6 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7 <meta name="description" content="123456789, a small puzzle game written for the Ludum Dare 26 game-making challenge." />
8 <meta name="author" content="Joe Wreschnig" />
9 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
10 <link rel="stylesheet" type="text/css" href="ps2.3.css">
11 <script type="text/javascript" src="ps2.3.js"></script>
12 </head>
13 <body onload="PS.Sys(); if (('ontouchstart' in window) || window.navigator.msMaxTouchPoints > 0) { document.getElementById('restart').style.display = 'block'; }">
14 <script type="text/javascript" src="game.js"></script>
15 <div id="restart" style="position: absolute; left: 0; bottom: 1em; width: 100%; text-align: center; display: none;">
16 <button onClick="LevelSelect();" style="width: 20%;">Restart</button>
17 </div>
18 </body>
19 </html>