diff --git a/src/html/Elements/Map.html b/src/html/Elements/Map.html new file mode 100644 index 0000000..9b6bcfe --- /dev/null +++ b/src/html/Elements/Map.html @@ -0,0 +1,56 @@ +

Find Location

+
+
+
+
+
+
+
+
Office #1
+
17 Lakeside Drive
+
U
+ +
+
+
+
+
Office #2
+
Flower Hill Cemetery
+
N
+ +
+
+
+
+
Office #3
+
555 Phoenix Road
+
U
+ +
+
+
+
+
Office #4
+
15 East Hadley Road
+
U
+ +
+
+
+
\ No newline at end of file diff --git a/src/index.html b/src/index.html index f74e379..aa19883 100644 --- a/src/index.html +++ b/src/index.html @@ -54,6 +54,13 @@ + +
+
+ <%= require('html-loader!./html/Elements/Map.html') %> +
+
+