mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
clean up type test
This commit is contained in:
@ -5,34 +5,26 @@
|
|||||||
|
|
||||||
<!-- Sets initial viewport load and disables zooming -->
|
<!-- Sets initial viewport load and disables zooming -->
|
||||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
|
||||||
<link href="../dist/ionicons.css" rel="stylesheet">
|
<link href="../dist/css/ionic.css" rel="stylesheet">
|
||||||
<link href="../dist/ionic.css" rel="stylesheet">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<section>
|
<header class="bar bar-header bar-dark">
|
||||||
|
<h1 class="title">Type</h1>
|
||||||
|
</header>
|
||||||
|
|
||||||
<header class="bar bar-header bar-dark">
|
<main class="content padding has-header">
|
||||||
<h1 class="title">Type</h1>
|
<h1>I'm an H1 Element</h1>
|
||||||
</header>
|
<h2>I'm an H2 Element</h2>
|
||||||
|
<h3>I'm an H3 Element</h3>
|
||||||
<main class="content padding has-header">
|
<h4>I'm an H4 Element</h4>
|
||||||
<h1>I'm an H1 Element</h1>
|
<h5>I'm an H5 Element</h5>
|
||||||
<h2>I'm an H2 Element</h2>
|
<h6>I'm an H6 Element</h6>
|
||||||
<h3>I'm an H3 Element</h3>
|
<p>I'm a paragraph Element!</p>
|
||||||
<h4>I'm an H4 Element</h4>
|
<p>As am I'm a paragraph Element too.</p>
|
||||||
<h5>I'm an H5 Element</h5>
|
<hr>
|
||||||
<h6>I'm an H6 Element</h6>
|
<p><a class="button button-secondary" href="index.html">Homepage</a></p>
|
||||||
<p>I'm a paragraph Element!</p>
|
</main>
|
||||||
<p>As am I'm a paragraph Element too.</p>
|
|
||||||
<hr>
|
|
||||||
<p><a class="button button-secondary" href="index.html">Homepage</a></p>
|
|
||||||
</main>
|
|
||||||
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<script src="../dist/ionic.js"></script>
|
|
||||||
<script src="../dist/ionic-simple.js"></script>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user