summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..9552fb5
--- /dev/null
+++ b/index.html
@@ -0,0 +1,20 @@
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <style>
+ body {
+ background: #526864;
+ }
+ canvas {
+ width: 100%;
+ height: 100%;
+ background-color: white;
+ }
+ </style>
+ <title>gems</title>
+ </head>
+ <script type="module">
+ import init from './gems.js'
+ init()
+ </script>
+</html>