diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2022-10-06 15:20:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-06 15:20:53 +0200 |
commit | a026b88a94f4dec5f0568b8371a93fbb7714c3c2 (patch) | |
tree | a8e2d9e284787401bc6ee7d07bf4786e50ed87b1 /dist/index.html | |
parent | 6e68cc6678664cec7c090c0587c1e55b24df4fed (diff) | |
parent | 7a8e716fe0047227c1ea255112ec5210f7bedc1e (diff) | |
download | FlightCore-a026b88a94f4dec5f0568b8371a93fbb7714c3c2.tar.gz FlightCore-a026b88a94f4dec5f0568b8371a93fbb7714c3c2.zip |
Merge pull request #5 from GeckoEidechse/chore/remove-unused-code
chore: Remove unused code and dependencies
Diffstat (limited to 'dist/index.html')
-rw-r--r-- | dist/index.html | 40 |
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> |