diff options
author | sanine <sanine.not@pm.me> | 2022-05-29 14:50:55 -0500 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-05-29 14:50:55 -0500 |
commit | 3bc2838360627f78a91a7cad81f3bc97711410c2 (patch) | |
tree | 54d260b45895c1923a785efce817b94836660f35 /index.html | |
parent | d35e02ecdcef6d4f120bd572f2aae36b467b7761 (diff) |
refactor: move everything into src/ subdirectory
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/index.html b/index.html deleted file mode 100644 index ce0739c..0000000 --- a/index.html +++ /dev/null @@ -1,23 +0,0 @@ -<!doctype html> -<html> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device.width, initial-scale=1"> - <link rel="shortcut icon" href="favicon.png"> - <title>bluerose</title> - <style> - body { - font-family: monospace; - background-color: #333; - color: white; - } - </style> - <script type="module" src="main.js"></script> - </head> - <body style="margin: 0; padding: 0; overflow: hidden"> - <div id="root"></div> - <noscript> - <h1>You need Javascript enabled to use this site</h1> - </noscript> - </body> -</html> |