Commit 60298dd6 authored by Chris Rebert's avatar Chris Rebert

add X-UA-Compatible <meta> to basic template

parent b67cba2b
...@@ -117,6 +117,7 @@ bootstrap/ ...@@ -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 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment