diff options
author | Ben Burwell <ben@benburwell.com> | 2018-02-03 13:13:27 -0500 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2018-02-03 13:13:27 -0500 |
commit | 72f8e1da25566bb7f9f6df4ff75b5ed0bb015fd2 (patch) | |
tree | c02ab1a70b88980944c10b1863416180f8ca7446 /map/index.html | |
parent | 98b321857b6837ef7deb49a0376cedef06135ab4 (diff) |
Remove /map/
Diffstat (limited to 'map/index.html')
-rw-r--r-- | map/index.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/map/index.html b/map/index.html deleted file mode 100644 index 653958d..0000000 --- a/map/index.html +++ /dev/null @@ -1,23 +0,0 @@ -<!doctype html> -<html> - <head> - <title>map</title> - <style type="text/css"> - html, body { - width: 100%; - height: 100%; - padding: 0; - margin: 0; - } - - iframe { - border: none; - width: 100%; - height: 100%; - } - </style> - </head> - <body> - <iframe src="https://www.google.com/maps/d/u/0/embed?mid=1smrmLfe5lFfDy8hwBbTDaPBn8Iw"></iframe> - </body> -</html> |