mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
use <main>
This commit is contained in:
@ -58,11 +58,6 @@
|
||||
<footer class="bar-footer"></footer>
|
||||
|
||||
|
||||
<script id="framework-globals" type="text/globals">
|
||||
asdfasf
|
||||
</script>
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
@ -27,7 +27,8 @@
|
||||
<script src="app.js"></script>
|
||||
</head>
|
||||
<body ontouchstart="">
|
||||
<header class="bar bar-header bar-secondary">
|
||||
|
||||
<header class="bar bar-header bar-secondary framework-global" data-global-id="primary-header">
|
||||
<a class="button button-previous" href="#">
|
||||
<i class="icon-arrow-left"></i>
|
||||
</a>
|
||||
@ -36,7 +37,8 @@
|
||||
<i class="icon-arrow-right"></i>
|
||||
</a>
|
||||
</header>
|
||||
<div class="content">
|
||||
|
||||
<main>
|
||||
<ul class="list">
|
||||
<a href="#" class="list-item">
|
||||
Sasafras
|
||||
@ -96,11 +98,11 @@
|
||||
Here is some content
|
||||
</p>
|
||||
<a class="button button-default">Click me</a>
|
||||
<form>
|
||||
</form>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<footer class="bar bar-footer bar-secondary">
|
||||
<h1 class="title">Auf Wiedersehen</h1>
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user