aboutsummaryrefslogtreecommitdiff
path: root/dist/index.html
blob: 9aed5681b2adc9a9d60b9ad00d36c0f2d856c6d1 (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
<!DOCTYPE html>
<html>
  <link rel="stylesheet" href="css/main.css">
  <script src="js/app-bundle.js"></script>
  <body>
    <h1>FlightCore</h1>
    <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>
    <install-location-holder>EMPTY</install-location-holder>
    <version-number-holder>UNKNOWN</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">Loading...</button>
  </body>
</html>