aboutsummaryrefslogtreecommitdiff
path: root/dist/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'dist/index.html')
-rw-r--r--dist/index.html40
1 files changed, 0 insertions, 40 deletions
diff --git a/dist/index.html b/dist/index.html
deleted file mode 100644
index ae87ebe7..00000000
--- a/dist/index.html
+++ /dev/null
@@ -1,40 +0,0 @@
-<!DOCTYPE html>
-<html>
- <link rel="stylesheet" href="css/main.css">
- <script src="js/app-bundle.js"></script>
- <body>
- <h1>FlightCore</h1>
- <version-number-holder>Unknown version</version-number-holder>
- <u>A Northstar installer, updater, and mod-manager</u>
- <!--
- 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">Loading...</button>
- <northstar-version-holder>Unknown Northstar version</northstar-version-holder>
- <input value="Couldn't find Titanfall2 install" id="install-location-holder" disabled></input>
- <install-type-holder>UNKOWN</install-type-holder>
- <origin-running-holder>ORIGIN STATUS UNKOWN</origin-running-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>
-
- <!-- Button to allow switching to installing release candidate -->
- <!-- Should be switched to dropdown menu later -->
- Use release candidate? <input type="checkbox" id="use-release-candidate-checkbox" />
-
- <!-- Stuff directly below would go to a repair/verify Titanfall2/Northstar page in the app -->
- <button id="force-reinstall-northstar-button">Force reinstall Northstar</button>
- <button id="verify-game-files-button">Verify Titanfall2 game files</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>