diff options
author | Ben Burwell <ben.burwell@trifecta.com> | 2017-01-22 19:29:58 -0500 |
---|---|---|
committer | Ben Burwell <ben.burwell@trifecta.com> | 2017-01-22 19:29:58 -0500 |
commit | 349645a1fe30fa0565c7d23cf70ed4666f125b48 (patch) | |
tree | 23ea392f55b1e828849d2d5e4cb371e49522094c /map/index.html | |
parent | f2edb62bd977ce5571770af1df6b1a51395914fc (diff) |
add test map
Diffstat (limited to 'map/index.html')
-rw-r--r-- | map/index.html | 11 |
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> |