diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-01 20:12:28 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-01 20:12:28 +0200 |
commit | 182160de1066a303ae337a50aca6c48f84c5c61b (patch) | |
tree | 50dcb4e9f0f4ed1d5674a9c0284fe04e409c0864 /dist | |
parent | 312cddf2c2b6fd715e3133095c4562c78807b236 (diff) | |
download | FlightCore-182160de1066a303ae337a50aca6c48f84c5c61b.tar.gz FlightCore-182160de1066a303ae337a50aca6c48f84c5c61b.zip |
Remove elements from template application
Diffstat (limited to 'dist')
-rw-r--r-- | dist/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dist/index.html b/dist/index.html index a6ae6d83..909742d1 100644 --- a/dist/index.html +++ b/dist/index.html @@ -16,9 +16,10 @@ --> <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> + <!-- <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> |