add phoenixage to projects & update doctype
[dylansserver.git] / mud / index.php
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>mud</title>
5 <link type='text/css' rel='stylesheet' href='style.css'>
6 <script type='text/javascript' src='jquery-core.js'></script>
7 <script type='text/javascript' src='mud.js'></script>
8 </head>
9 <body>
10 <canvas width='750px' height='750px' id='world'></canvas>
11 </body>
12 </html>