Saving and more fun features
[pixel-calc.git] / public_html / index.html
1 <!DOCTYPE html>
2 <!--
3 To change this license header, choose License Headers in Project Properties.
4 To change this template file, choose Tools | Templates
5 and open the template in the editor.
6 -->
7 <html>
8 <head>
9 <title>TODO supply a title</title>
10 <meta charset="UTF-8">
11 <meta name="viewport" content="width=device-width, initial-scale=1.0">
12 </head>
13 <body>
14 All measurements to be in metres<br /><br />
15 <form action="upload.php" method="post" enctype="multipart/form-data">
16 Select image to upload: <input type="file" name="fileToUpload" id="fileToUpload"><br />
17 Wood size (for nxn enter n): <input type="text" name="wood_size"><br />
18 Wood length: <input type="text" name="wood_length"><br />
19 Wood cost/length: <input type="text" name="wood_cost"><br />
20 Markup % as int: <input type="text" name="markup"><br />
21 <input type="submit" value="Upload Image" name="submit">
22 </form>
23 </body>
24 </html>