diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-01 20:13:54 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-09-01 20:13:54 +0200 |
commit | bd306f011450e25f805e7091a8579d3a9025dea1 (patch) | |
tree | df90a6ae8e916bb7ecf90538e415c85197277ff8 /dist | |
parent | 182160de1066a303ae337a50aca6c48f84c5c61b (diff) | |
download | FlightCore-bd306f011450e25f805e7091a8579d3a9025dea1.tar.gz FlightCore-bd306f011450e25f805e7091a8579d3a9025dea1.zip |
Add comments
Diffstat (limited to 'dist')
-rw-r--r-- | dist/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/index.html b/dist/index.html index 909742d1..03f28868 100644 --- a/dist/index.html +++ b/dist/index.html @@ -20,7 +20,10 @@ <!-- <counter-button>ADD</counter-button> --> <!-- <counter-result>.</counter-result> --> + <!-- This button is solely for testing purposes. It force crashes the application to check crash logging --> <panic-button>Panic Button</panic-button> + + <!-- This showcases ping activity between frontend and backend. Should be hidden in non-dev/debug mode --> <backend-ping class="server"></backend-ping> </body> </html> |