forked from react-love/react-latest-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (19 loc) · 896 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="zh-CN" dropeffect="none" class="js is-AppPromotionBarVisible cssanimations csstransforms csstransitions flexbox touchevents mobile">
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset="utf-8">
<title>react-redux-webpack</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=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="telephone=no">
<link href="//cdn.bootcss.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<div id="root"></div>
</body>
<script>
document.body.addEventListener('touchstart', function () { });
</script>
<script src="/build/mobile.bundle.js"></script>
</html>