From 9f928863248ac1f190468d0c4451925ed8d376f1 Mon Sep 17 00:00:00 2001 From: Rick Hays Date: Wed, 25 Sep 2019 11:33:01 -0500 Subject: [PATCH] Basic setup of HTML, no CSS or JS at this time. Signed-off-by: Rick Hays --- index.html | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..caf0b23 --- /dev/null +++ b/index.html @@ -0,0 +1,37 @@ + + + + + + Input Screen + + +
+
+

Please enter a Latitude and Longitude

+
+
+
+
+
+ + +
+
+ + +
+
+ +
+
+
+
+
Results:
+
+
+ + + \ No newline at end of file