mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
add X-UA-Compatible <meta> to basic template
This commit is contained in:
parent
b67cba2b4d
commit
60298dd623
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