-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
22 lines (22 loc) · 988 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>react-app-ie8</title>
<meta name="keywords" content="react,redux,react-router,webpack,es6,less,ie8,cmui,html5,css3">
<meta name="description" content="react兼容IE8的跨平台框架,aiplat.com">
<meta name="author" content="womendi@qq.com" />
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,shrink-to-fit=no">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="format-detection" content="telphone=no, email=no" />
<meta name="renderer" content="webkit" aid="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<meta name="MobileOptimized" content="320">
<meta name="msapplication-tap-highlight" content="no">
</head>
<body>
<div class="womendi" id="app"></div>
</body>
</html>