1
0
Fork 0
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:
Chris Rebert 2014-01-18 18:39:46 -08:00
parent b67cba2b4d
commit 60298dd623

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 -->