-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (16 loc) · 1.25 KB
/
index.html
File metadata and controls
16 lines (16 loc) · 1.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html><html lang="en"><head><title>react redux</title><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"><meta name="apple-mobile-web-app-capable" content="yes"><script type="text/javascript">// 给window.Response 添加ok 属性 ,为了兼容Android QQ browser
if (window.Response && (new window.Response(new Blob())).ok === undefined) {
Object.defineProperty(window.Response.prototype, 'ok', {
get: function() {
return this.status >= 200 && this.status < 300
},
set: function(){}
}
)
}</script><link rel="shortcut icon" href="/vitae/favicon.ico"><link href="/vitae/app.e8b9f8079d4a8b10a1df64d734aeb113.css" rel="stylesheet"></head><body><div id="root" style="height: 100%"></div><script>function rem () {
var deviceWidth = document.documentElement.clientWidth;
if(deviceWidth > 640) deviceWidth = 640;
document.documentElement.style.fontSize = deviceWidth / 3.75 + 'px';
}
rem();
window.onresize = function(){ rem(); }</script><script type="text/javascript" src="/vitae/vendor.eed3ec89464230931316.js"></script><script type="text/javascript" src="/vitae/app.bbf57d4e834995ab051c.js"></script></body></html>