Files
ionic-framework/adam/index.html
Adam Bradley 451f04c673 init it!
2013-08-23 09:54:28 -05:00

22 lines
367 B
HTML

<html>
<head>
</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>
</body>
</html>