about summary refs log tree commit diff stats
path: root/js/magic-bird/mm.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/magic-bird/mm.html')
-rw-r--r--js/magic-bird/mm.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/js/magic-bird/mm.html b/js/magic-bird/mm.html
new file mode 100644
index 0000000..c05c6bd
--- /dev/null
+++ b/js/magic-bird/mm.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>map maker map maker make me a map</title>
+    <style>
+        body {
+            margin: 0;
+            padding: 0;
+        }
+        canvas {
+            margin: 0;
+            display: block;
+            background-color: beige;
+        }
+    </style>
+</head>
+<body>
+    <canvas id="map"></canvas>
+    <script src="map.js"></script>
+</body>
+</html>
\ No newline at end of file