<!DOCTYPE html> <html> <link rel="stylesheet" href="css/main.css"> <script src="js/app-bundle.js"></script> <body> <h1>FlightCore</h1> <u>A Northstar installer, updater, and mod-manager</u> <version-number-holder>Unknown version</version-number-holder> <!-- This button serves multiple purposes - Locate install - Install Northstar - Update Northstar - Run Northstar The functionality it serves and what it displays is based on the current state of the application --> <button id="omni-button", class="locked">Loading...</button> <install-location-holder>EMPTY</install-location-holder> <!-- <div class="hello">Click for Hello</div> --> <!-- <counter-button>ADD</counter-button> --> <!-- <counter-result>.</counter-result> --> <!-- This button is solely for testing purposes. It force crashes the application to check crash logging --> <panic-button>Panic Button</panic-button> <!-- This showcases ping activity between frontend and backend. Should be hidden in non-dev/debug mode --> <backend-ping class="server"></backend-ping> </body> </html>