Some removing

This commit is contained in:
Max Lynch
2013-08-23 10:31:44 -05:00
parent 8118ee4d75
commit 245e1751fc
10 changed files with 0 additions and 745 deletions

24
example/index.html Normal file
View File

@@ -0,0 +1,24 @@
<html>
<head>
<link rel="stylesheet" href="bower_components/normalize-css/normalize.css">
<link rel="stylesheet" href="app.css">
</head>
<body>
<header class="bar-header">
<a class="button-prev" href="#">
Previous
</a>
<h1 class="title">Willkommen!</h1>
</header>
<div class="content">
<p>
Here is some content
</p>
<form>
</form>
</div>
<footer class="bar-footer">
</footer>
<script src="app.js"></script>
</body>
</html>