Proper index.
[matrixcreatrix.git] / index.html
diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..86c2736
--- /dev/null
@@ -0,0 +1,49 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <title>Matrix Creatrix</title>
+    <meta charset="utf-8" />
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
+    <meta name="description" content="Matrix Creatrix - for Ludum Dare 23" />
+    <meta name="author" content="Joe Wreschnig" />
+    <meta name="viewport" content="width=device-width; initial-scale=1.0" />
+    <meta name="author" content="Joe Wreschnig" />
+    <link rel="stylesheet" href="ps.css" type="text/css">
+    <link rel="stylesheet" href="game.css" type="text/css">
+    <script type="text/javascript" src="ps2.1.js"></script>
+  </head>
+  <body onload="PS.Sys();">
+    <div id="main">
+      <input id="status" name="status" type="text" class="noselect" readonly />
+      <canvas id="screen" name="screen" width=480 height=480 class="noselect">
+        This game requires HTML Canvas support.
+      </canvas>
+    </div>
+    <div id="debug" name="debug" style="display: none;">
+      <textarea id="monitor" name="monitor" cols=57 rows=8 wrap=soft readonly=true>
+      </textarea> 
+    </div>
+
+    <script type="text/javascript" src="game.js"></script>
+
+    <div id="header">
+      "☹ Aw, Snap!"?<br />
+      <a href="game-noaudio.html">Try the audio-free version</a>.
+    </div>
+    <div id="instructions">
+      The job of a goddess is tricky. Gather elements from
+      the <span class="void">void</span> to fashion worlds full
+      of <span class="air">air</span>
+      and <span class="water">water</span>,
+      supporting <span class="life">life</span>. Create as many as you
+      can. Find all <span class="life">life</span> a home to move onto
+      the next plane of existence.
+    </div>
+    <div id="myfooter">
+      An entry
+      in <a href="http://www.ludumdare.com/compo/ludum-dare-23/">Ludum
+      Dare 23</a>.<br /> Made
+      with <a href="http://www.perlenspiel.org/">Perlenspiel</a>.
+    </div>
+  </body>
+</html>