blob: bdc7fd5c348a947e5ce012ca6977fa71a2a1d4d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<!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", class="locked">Loading...</button>
<install-location-holder>Couldn't find Titanfall2 install</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>
|