Example with glyphicons and font awesome

This commit is contained in:
Max Lynch
2013-08-23 14:12:02 -05:00
parent fc645bfa8d
commit bc26d33d1b

View File

@ -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>