diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..f46f57c --- /dev/null +++ b/index.html | |||
@@ -0,0 +1,22 @@ | |||
1 | <!doctype html> | ||
2 | <html lang="en-US"> | ||
3 | <head> | ||
4 | <meta charset="utf-8" /> | ||
5 | <meta name="viewport" | ||
6 | content="width=device-width, initial-scale=1" /> | ||
7 | <link rel="stylesheet" href="styles.css" /> | ||
8 | <script src="https://cdnjs.cloudflare.com/ajax/libs/preact/10.27.1/preact.min.js" | ||
9 | integrity="sha512-tJqZlYpxIwLhPlIXYqzFfeEzWsb0eBbDJbAJcnfIhFKkF1pQ6Q5SkB+gFvZi0jt+7BPY69WrWyxBu5PLn1BJpw==" | ||
10 | crossorigin="anonymous" | ||
11 | referrerpolicy="no-referrer"></script> | ||
12 | <script src="https://cdnjs.cloudflare.com/ajax/libs/preact/10.27.1/hooks.umd.min.js" integrity="sha512-mODWC9TZn8iSfmbGnNgHErn0TQSFstq5vEBnkKJK7HPDgt9MpTECcYg50whbqW2yAHIYVnvpnW+owcEx/FnR3g==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> | ||
13 | <script src="scripts/lib.js"></script> | ||
14 | <script src="scripts/tiles.js"></script> | ||
15 | <script type="module" defer src="scripts/main.js"></script> | ||
16 | <title>My test page</title> | ||
17 | </head> | ||
18 | <body> | ||
19 | <div id="Plan"> | ||
20 | </div> | ||
21 | </body> | ||
22 | </html> | ||