mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-19 05:50:23 +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>
|
||||
<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 -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue