mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 15:07:13 +08:00
Example with glyphicons and font awesome
This commit is contained in:
@ -19,12 +19,14 @@
|
|||||||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="touch-icons/apple-touch-icon-57x57.png">
|
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="touch-icons/apple-touch-icon-57x57.png">
|
||||||
|
|
||||||
<link rel="stylesheet" href="../dist/framework-with-theme.css">
|
<link rel="stylesheet" href="../dist/framework-with-theme.css">
|
||||||
|
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
|
||||||
|
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css" rel="stylesheet">
|
||||||
<script src="app.js"></script>
|
<script src="app.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body ontouchstart="">
|
<body ontouchstart="">
|
||||||
<header class="bar bar-header bar-secondary">
|
<header class="bar bar-header bar-secondary">
|
||||||
<a class="button-prev" href="#">
|
<a class="button-prev" href="#">
|
||||||
Previous
|
<i class="icon-arrow-left"></i>
|
||||||
</a>
|
</a>
|
||||||
<h1 class="title">Willkommen!</h1>
|
<h1 class="title">Willkommen!</h1>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
Reference in New Issue
Block a user