aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMetroWind <chris.corsair@gmail.com>2025-08-31 09:10:28 -0700
committerMetroWind <chris.corsair@gmail.com>2025-08-31 09:10:28 -0700
commit3204043e5cd855855b045d8f410b320dcb772d25 (patch)
tree5588ae66f826ecd1cd431d14b71bb7aae49cf33b /index.html
parent6a6cc2f22e806be895f9fddc9ed6cabab395b6cb (diff)
Support multiple floors. Use 98 style.
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index f46f57c..54d6aa3 100644
--- a/index.html
+++ b/index.html
@@ -16,7 +16,10 @@
16 <title>My test page</title> 16 <title>My test page</title>
17 </head> 17 </head>
18 <body> 18 <body>
19 <div id="Plan"> 19 <div class="Window Dialog">
20 <div class="Titlebar">NMS Freighter Planner</div>
21 <div id="Plan">
22 </div>
20 </div> 23 </div>
21 </body> 24 </body>
22</html> 25</html>