mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Some removing
This commit is contained in:
24
example/index.html
Normal file
24
example/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user