diff options
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 14 |
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> |