clean up matrix.py & square matrices
[matrixnullspace.com.git] / index.php
index d8f84ba..cf3daa0 100644 (file)
--- a/index.php
+++ b/index.php
@@ -9,24 +9,21 @@
 </head>
 <body>
   <div id='container'>
-
-  <h1>matrix.py</h1>
-  Find the kernel, determinant and eigenvalues of a given matrix.
-
-  <form>
+    <h1>matrix.py</h1>
+    <div id='description'>
+      Find the kernel, determinant and eigenvalues of a given matrix.
+    </div>
+    <form>
       <textarea id="matrix">2 3 5
 -4 2 3
 0 0 0</textarea></br>
       <a id='submit' href='#'>./calculate</a>
-  </form>
-
-  <ul id='results'></ul>
-
-  <div id='clear'></div>
-
-  <div id="footer">
-      <h2><a href="http://dylansserver.com">dylansserver.com</a>
+    </form>
+    <ul id='results'></ul>
+    <div id='clear'></div>
+    <div id="footer">
+        <h2><a href="http://dylansserver.com">dylansserver.com</a>
+    </div>
   </div>
-</div>
 </body>
 </html>