mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
25 lines
525 B
HTML
25 lines
525 B
HTML
<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>
|