Commit dd4ce35d authored by Mark Otto's avatar Mark Otto

add meta tag to second example

parent a5fc3e06
...@@ -219,6 +219,7 @@ ...@@ -219,6 +219,7 @@
<html> <html>
<head> <head>
<title>Bootstrap 101 Template</title> <title>Bootstrap 101 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap --> <!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
</head> </head>
......
...@@ -148,6 +148,7 @@ ...@@ -148,6 +148,7 @@
<html> <html>
<head> <head>
<title>Bootstrap 101 Template</title> <title>Bootstrap 101 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap --> <!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" media="screen"> <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
</head> </head>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment