diff options
-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> |