blob: 235e02a1eadb5b48e608eed09b30487efa69bb09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!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>
</body>
</html>
|