This commit is contained in:
Adam Bradley
2013-10-22 09:43:37 -05:00
parent bbb8abd224
commit d78c453158
6 changed files with 11 additions and 8 deletions

View File

@@ -5,8 +5,7 @@
<!-- 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>
@@ -16,7 +15,7 @@
<h1 class="title">Alerts</h1>
</header>
<main class="content padding has-header">
<main class="content has-header">
<p class="alert">
<strong>Warning!</strong> Best check yo self, you're not looking too good.
@@ -39,9 +38,6 @@
</main>
</section>
<script src="../dist/ionic.js"></script>
<script src="../dist/ionic-simple.js"></script>
</body>
</html>