diff options
author | MetroWind <chris.corsair@gmail.com> | 2025-09-25 16:16:58 -0700 |
---|---|---|
committer | MetroWind <chris.corsair@gmail.com> | 2025-09-25 16:16:58 -0700 |
commit | 5f168246cca42ba54b67bd84fbd69fd6a5b9f820 (patch) | |
tree | ace07dfcb83ea1baac5062a02fe6d0a81ea4bf22 /index.html | |
parent | a1fa9840be9ca1b092f722be7b61c142cf80d8e8 (diff) |
This repo will be used for all small web apps.
The NMS Freighter Planner is moved into its own dir.
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> | ||