mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
38 lines
1.1 KiB
HTML
38 lines
1.1 KiB
HTML
<html>
|
|
<head>
|
|
<title>Grid</title>
|
|
<link rel="stylesheet" href="../dist/framework-structure.css">
|
|
<link rel="stylesheet" href="../dist/framework-theme-default.css">
|
|
</head>
|
|
<body>
|
|
|
|
<section>
|
|
|
|
<header data-template="primary-header"></header>
|
|
|
|
<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>
|
|
<script src="../js/framework/framework-transition.js"></script>
|
|
<script src="../js/framework/framework-navigation.js"></script>
|
|
<script src="../js/framework/framework-template.js"></script>
|
|
<script src="../js/framework/test/event-listeners.js"></script>
|
|
<script src="../js/framework/framework-init.js"></script>
|
|
</body>
|
|
</html>
|