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