Merge pull request #41 from appleboy/patch-1

update x-ua-compatible attribute
This commit is contained in:
Daniel Kummer 2015-06-30 15:13:49 +02:00
commit 90b46ee729

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