aboutsummaryrefslogtreecommitdiff
path: root/dist/index.html
blob: 909742d1a831be39eb569d0bde0ccf73d3d0e0f0 (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
<!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> -->

    <panic-button>Panic Button</panic-button>
    <backend-ping class="server"></backend-ping>
  </body>
</html>