update x-ua-compatible attribute

https://github.com/h5bp/html5-boilerplate/blob/master/src/index.html#L5
This commit is contained in:
Bo-Yi Wu 2015-06-26 10:09:52 +08:00
parent 0ddf665e3a
commit fb06520bf0

View File

@ -1,8 +1,8 @@
<!DOCTYPE html>
<html lang="zh-TW" xmlns="http://www.w3.org/1999/html">
<!doctype html>
<html lang="zh-TW">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>git-flow 備忘清單</title>
<link href='http://fonts.googleapis.com/css?family=Sansita+One' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css" type="text/css" media="screen,print">