added missing file :-/
[cellular-automaton.git] / index.php
1 <html>
2 <head>
3 <title>cellular automaton</title>
4 <link type='text/css' rel='stylesheet' href='style.css'>
5 <script type='text/javascript' src='jquery-core.js'></script>
6 <script type='text/javascript' src='2d.js'></script>
7 </head>
8 <body>
9 <div id='container'>
10 <canvas width='750px' height='750px' id='canvas'></canvas>
11 <div id='controls'>
12 <h1>2D</h1>
13 Generation: <span id='generation'>0</span>
14 </div>
15 </div>
16 </body>
17 </html>