diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/index.html b/index.html deleted file mode 100644 index 31f6a28..0000000 --- a/index.html +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
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>NMS Freighter Planner</title> | ||
17 | </head> | ||
18 | <body> | ||
19 | <div class="Window Dialog"> | ||
20 | <div class="Titlebar">NMS Freighter Planner</div> | ||
21 | <div id="Plan"> | ||
22 | </div> | ||
23 | </div> | ||
24 | </body> | ||
25 | </html> | ||