aboutsummaryrefslogtreecommitdiff
path: root/dist/index.html
blob: f57b9e2f374cd6b6ac1ec391651c88328f0a6e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
  <link rel="stylesheet" href="css/main.css">
  <script src="js/app-bundle.js"></script>
  <body>
    <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>
    <install-location-holder>EMPTY</install-location-holder>
    <version-number-holder>UNKNOWN</version-number-holder>
  </body>
</html>