1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-09 07:06:36 +02:00

Merge pull request #12288 from twbs/x-ua-compat

add X-UA-Compatible <meta> to basic template
This commit is contained in:
Mark Otto
2014-01-18 20:45:45 -08:00

View File

@@ -117,6 +117,7 @@ bootstrap/
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Bootstrap 101 Template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->