about summary refs log tree commit diff stats
path: root/js/toadmode/index.html
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-01-07 18:42:17 -0500
committerelioat <elioat@tilde.institute>2024-01-07 18:42:17 -0500
commitf3a044a1d6f70ea823cbff66cf59d3825bcf7182 (patch)
tree50bcdf8e52d61e40b07448340f557409f36e7bc4 /js/toadmode/index.html
parent843842ebf58f52f38ebdb6f735024f7bce309eb3 (diff)
downloadtour-f3a044a1d6f70ea823cbff66cf59d3825bcf7182.tar.gz
*
Diffstat (limited to 'js/toadmode/index.html')
-rw-r--r--js/toadmode/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/js/toadmode/index.html b/js/toadmode/index.html
new file mode 100644
index 0000000..7d1fb17
--- /dev/null
+++ b/js/toadmode/index.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>toad mode</title>
+    <style>
+        body {
+            margin: 0;
+            padding: 0;
+            background-color: #000;
+        }
+        canvas {
+            display: block;
+        }
+    </style>
+</head>
+<body>
+    <canvas id="toad"></canvas>
+    <script src="toad.js"></script>
+</body>
+</html>
\ No newline at end of file