summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2018-02-03 13:13:27 -0500
committerBen Burwell <ben@benburwell.com>2018-02-03 13:13:27 -0500
commit72f8e1da25566bb7f9f6df4ff75b5ed0bb015fd2 (patch)
treec02ab1a70b88980944c10b1863416180f8ca7446
parent98b321857b6837ef7deb49a0376cedef06135ab4 (diff)
Remove /map/
-rw-r--r--map/index.html23
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>