Better UI
[pixel-calc.git] / public_html / index.html
diff --git a/public_html/index.html b/public_html/index.html
deleted file mode 100644 (file)
index 170c692..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<!--
-To change this license header, choose License Headers in Project Properties.
-To change this template file, choose Tools | Templates
-and open the template in the editor.
--->
-<html>
-    <head>
-        <title>TODO supply a title</title>
-        <meta charset="UTF-8">
-        <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    </head>
-    <body>
-        All measurements to be in metres<br /><br />
-        <form action="upload.php" method="post" enctype="multipart/form-data">
-            Select image to upload: <input type="file" name="fileToUpload" id="fileToUpload"><br />
-            Wood size (for nxn enter n): <input type="text" name="wood_size"><br />
-            Wood length: <input type="text" name="wood_length"><br />
-            Wood cost/length: <input type="text" name="wood_cost"><br />
-            Markup % as int: <input type="text" name="markup"><br />
-            <input type="submit" value="Upload Image" name="submit">
-        </form>
-    </body>
-</html>