added readme and notice of scipy dependency
[matrixnullspace.com.git] / index.php
index 754d387..199bd3e 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,19 +1,12 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
-
+<!DOCTYPE HTML>
 <html>
 <head>
-  <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
+  <meta charset="utf-8">
+  <title>matrixnullspace</title>
+  <link rel="stylesheet" href="/style.css">
   <script type='text/javascript' src='/jquery.js'></script>
   <script type='text/javascript' src='/validate.js'></script>
-
-  <title>matrixnullspace</title>
-<html>
-
-<head>
-  <title>solidofrevolution</title>
 </head>
-
 <body>
 
 <pre>
@@ -26,21 +19,20 @@ example:
 2 3 5
 -4 2 3
 0 0 0
-
 </pre>
 
 <br>
 
 <form id="calulator" action="calculate" method="post" > 
   <textarea id="matrix" name="matrix" rows="15" cols="40"></textarea>
-  <br> <br>
+  <br><br>
   <input type="submit" value="./calculate" id="submit" />
 </form> 
 
 </body>
 
 <br>
-<h2><a href="http://dylansserver.com">dylansserver.com</a>, <a href="mailto:dylan@psu.edu">dylan@psu.edu</a>
+<h2>written by dylan@<a href="http://dylansserver.com">dylansserver.com</a>
 </h2>
 
 </html>