clean up type test

This commit is contained in:
Adam Bradley
2013-11-14 08:45:15 -06:00
parent 4b623f6c86
commit 4f6d794c05

View File

@ -5,13 +5,10 @@
<!-- Sets initial viewport load and disables zooming -->
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
<link href="../dist/ionicons.css" rel="stylesheet">
<link href="../dist/ionic.css" rel="stylesheet">
<link href="../dist/css/ionic.css" rel="stylesheet">
</head>
<body>
<section>
<header class="bar bar-header bar-dark">
<h1 class="title">Type</h1>
</header>
@ -29,10 +26,5 @@
<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>
</html>