initial commit

This commit is contained in:
Edin Dazdarevic
2015-05-27 18:51:07 +02:00
commit 64ba9bb670
4 changed files with 46 additions and 0 deletions

21
confighub.html Normal file
View File

@@ -0,0 +1,21 @@
<head>
<title>confighub</title>
</head>
<body>
<div class="container">
<div class="row">
<h1>Welcome to confighub.io</h1>
<div class="col-lg-12">
Here goes list of machines
</div>
</div>
</div>
<!-- {{> hello}} -->
</body>
<template name="hello">
<button>Click Me</button>
<p>You've pressed the button {{counter}} times.</p>
</template>