aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/index.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/dist/index.html b/dist/index.html
index 9aed5681..f8077a2e 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -4,13 +4,7 @@
<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>
+ <version-number-holder>Unknown version</version-number-holder>
<!--
This button serves multiple purposes
- Locate install
@@ -20,5 +14,11 @@
The functionality it serves and what it displays is based on the current state of the application
-->
<button id="omni-button">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>