mirror of https://github.com/twbs/ratchet.git
Build mobile apps with simple HTML, CSS, and JS components.
http://goratchet.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.7 KiB
39 lines
1.7 KiB
<meta charset="utf-8"> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<title>{{ page.title }}</title> |
|
<meta name="description" content="{{ site.name }}: {{ site.description }}"> |
|
<meta name="author" content="{{ site.authors }}"> |
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui"> |
|
<link rel="shortcut icon" href="/favicon.ico"> |
|
<meta name="apple-mobile-web-app-capable" content="yes"> |
|
<meta name="apple-mobile-web-app-status-bar-style" content="black"> |
|
|
|
<!-- Roboto --> |
|
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:400,500,700"> |
|
|
|
<link rel="stylesheet" href="/dist/ratchet.css"> |
|
<link rel="stylesheet" href="/assets/css/docs.css"> |
|
<link rel="stylesheet" href="/assets/css/pygments.css"> |
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> |
|
<!--[if lt IE 9]> |
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> |
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> |
|
<![endif]--> |
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/assets/img/apple-touch-icon-114x114.png"> |
|
|
|
<script> |
|
var _gaq = _gaq || []; |
|
_gaq.push(['_setAccount', 'UA-36050008-1']); |
|
_gaq.push(['_trackPageview']); |
|
|
|
(function() { |
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
|
})(); |
|
// Remove once I add back in the docs.js |
|
// $(function() { |
|
// $(window).on('load', function () { new FingerBlast('.body'); }); |
|
// }); |
|
</script>
|
|
|