mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
start of nav stuff
This commit is contained in:
@ -5,23 +5,27 @@
|
||||
</head>
|
||||
<body>
|
||||
<header class="bar-header">
|
||||
<a class="button-prev" href="#">
|
||||
<a class="button-prev" data-previous="true" href="#">
|
||||
Previous
|
||||
</a>
|
||||
<h1 class="title">Willkommen!</h1>
|
||||
</header>
|
||||
<div class="content">
|
||||
<p>
|
||||
Here is some content
|
||||
<a class="button button-default" href="grid.html">Grid</a>
|
||||
</p>
|
||||
<p>
|
||||
<a class="button button-primary" href="listview.html">List View</a>
|
||||
</p>
|
||||
<p>
|
||||
<a class="button button-secondary" href="index.html">Home</a>
|
||||
</p>
|
||||
<a class="button button-default">Click me</a>
|
||||
<form>
|
||||
</form>
|
||||
</div>
|
||||
<footer class="bar-footer">
|
||||
</footer>
|
||||
<script src="../js/jquery/jquery-1.10.2.js"></script>
|
||||
<script src="../js/framework/framework-utilities.js"></script>
|
||||
<script src="../js/framework/framework-navigation.js"></script>
|
||||
<script src="../js/framework/test/event-listeners.js"></script>
|
||||
<script src="../js/framework/framework-init.js"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user