diff options
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> |