mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-09 12:54:42 +00:00
Merge pull request #12288 from twbs/x-ua-compat
add X-UA-Compatible <meta> to basic template
This commit is contained in:
commit
7e145a13c8
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ bootstrap/
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<title>Bootstrap 101 Template</title>
|
<title>Bootstrap 101 Template</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<!-- Bootstrap -->
|
<!-- Bootstrap -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue