diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-26 11:59:22 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-26 11:59:22 +0200 |
commit | c28e67f262180c84fecbbee7dcbaaa217c836ba3 (patch) | |
tree | 4bf68f223429d21693f14a992467eb2776192b41 /dist/index.html | |
parent | f73a31c82e152e28e84fb698edfd763105e933b5 (diff) | |
download | FlightCore-c28e67f262180c84fecbbee7dcbaaa217c836ba3.tar.gz FlightCore-c28e67f262180c84fecbbee7dcbaaa217c836ba3.zip |
Add a force crash button
Diffstat (limited to 'dist/index.html')
-rw-r--r-- | dist/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/index.html b/dist/index.html index c57eabc8..9c242c36 100644 --- a/dist/index.html +++ b/dist/index.html @@ -6,6 +6,7 @@ <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> |