aboutsummaryrefslogtreecommitdiff
path: root/starter-template.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-04 23:53:24 -0800
committerMark Otto <[email protected]>2012-02-04 23:53:24 -0800
commit73db80666063c1cd75ac61edc87e3d01f8ee34d7 (patch)
treea60a786c2f3170979c1d75adaa47ab09f569511d /starter-template.html
parent0c475b8e4c97e482d932cb018b5e6bc81b69b173 (diff)
downloadbootstrap-73db80666063c1cd75ac61edc87e3d01f8ee34d7.tar.xz
bootstrap-73db80666063c1cd75ac61edc87e3d01f8ee34d7.zip
fix meta tag for viewport in examples and shims
Diffstat (limited to 'starter-template.html')
-rw-r--r--starter-template.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/starter-template.html b/starter-template.html
index c8b2a09cf..31cc57cf8 100644
--- a/starter-template.html
+++ b/starter-template.html
@@ -3,14 +3,10 @@
<head>
<meta charset="utf-8">
<title>Bootstrap, from Twitter</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
- <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
- <!--[if lt IE 9]>
- <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
- <![endif]-->
-
<!-- Le styles -->
<link href="../assets/css/bootstrap.css" rel="stylesheet">
<style>
@@ -20,6 +16,11 @@
</style>
<link href="../assets/css/bootstrap-responsive.css" rel="stylesheet">
+ <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+ <!--[if lt IE 9]>
+ <script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
+ <![endif]-->
+
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">