mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
nav/template stuff
This commit is contained in:
@@ -6,21 +6,25 @@
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<header data-template="primary-header"></header>
|
||||
<section>
|
||||
|
||||
<main>
|
||||
<p>
|
||||
<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>
|
||||
</main>
|
||||
<header data-template="primary-header"></header>
|
||||
|
||||
<footer class="bar-footer"></footer>
|
||||
<main>
|
||||
<p>
|
||||
<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>
|
||||
</main>
|
||||
|
||||
<footer class="bar-footer"></footer>
|
||||
|
||||
</section>
|
||||
|
||||
<script src="../js/jquery/jquery-1.10.2.js"></script>
|
||||
<script src="../js/framework/framework-events.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user