summaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2023-11-12 13:59:50 -0600
committersanine <sanine.not@pm.me>2023-11-12 13:59:50 -0600
commit95fd952b6d4c496efc0e6236ba2acfcbbeee8ed9 (patch)
tree2fd28076f9fe119481dcb439865b4076d00fc692 /src/index.html
parent22fe18beac4459427c2b40499afafc7c5c868691 (diff)
add visualization
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
new file mode 100644
index 0000000..6b7ebf7
--- /dev/null
+++ b/src/index.html
@@ -0,0 +1,14 @@
+<!doctype html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <title>nerine</title>
+ <style>
+ </style>
+ <script type="module" src="ui/index.js"></script>
+ </head>
+ <body>
+ <canvas id="canvas" width="95vw" height="95vw">
+ </body>
+</html>