Files
ionic-framework/index.html
Adam Bradley d37878985d structure
2013-08-23 10:27:51 -05:00

23 lines
406 B
HTML

<html>
<head>
<title>Framework Demo Home</title>
</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>