mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
23 lines
406 B
HTML
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>
|