summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>