summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <ben.burwell@trifecta.com>2017-01-22 19:29:58 -0500
committerBen Burwell <ben.burwell@trifecta.com>2017-01-22 19:29:58 -0500
commit349645a1fe30fa0565c7d23cf70ed4666f125b48 (patch)
tree23ea392f55b1e828849d2d5e4cb371e49522094c
parentf2edb62bd977ce5571770af1df6b1a51395914fc (diff)
add test map
-rw-r--r--map/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/map/index.html b/map/index.html
new file mode 100644
index 0000000..66972ff
--- /dev/null
+++ b/map/index.html
@@ -0,0 +1,11 @@
+<!doctype html>
+<html>
+ <head>
+ <title>map</title>
+ </head>
+ <body>
+ <iframe
+ src="https://www.google.com/maps/d/u/0/embed?mid=1smrmLfe5lFfDy8hwBbTDaPBn8Iw"
+ width="100%" height="100%"></iframe>
+ </body>
+</html>