aboutsummaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-08-29 01:16:46 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-08-29 01:16:46 +0200
commit361adee14580b4e53a4e1e00c85df34f8653870a (patch)
tree68f432cdfdecbb2e34450d459eb69c832850db6f /dist
parentbf947d6f56a8ed0614003d0e031e6fea99e14f87 (diff)
downloadFlightCore-361adee14580b4e53a4e1e00c85df34f8653870a.tar.gz
FlightCore-361adee14580b4e53a4e1e00c85df34f8653870a.zip
Re-order layout
Diffstat (limited to 'dist')
-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>