index.html (827B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>Spaceplanner Developer Settings</title> 5 <link rel="icon" href="/images/favicon.svg"/> 6 <link rel="stylesheet" type="text/css" href="/css/main.css"/> 7 <link rel="stylesheet" type="text/css" href="./main.css"/> 8 <script type="module" src="main.js"></script> 9 <meta name="viewport" content="width=device-width"> 10 </head> 11 <body> 12 <header> 13 <h1>Developer Settings</h1> 14 <p>Settings to aid in development of the project.</p> 15 </header> 16 17 <p>Changing these settings could result in unexpected 18 behavior, it's advisable to leave them alone if you 19 don't need them. Settings are stored in your device's 20 local storage so they should persist between sessions 21 (depending on your user agent and settings) and are 22 per-device.</p> 23 24 <form id="settings"></form> 25 </body> 26 </html>