-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (18 loc) · 1.12 KB
/
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>
<head>
<meta charset="utf-8">
<title>乐动心声</title>
<meta name="viewport" content="initial-scale=1,maximum-scale=1, minimum-scale=1">
<meta name="description" itemprop="description" content='乐动我心' name="keywords" />
<meta name="format-detection" content="telephone=no">
<meta itemprop="name" content="乐动心声" />
<script>
document.documentElement.style.fontSize = document.documentElement.clientWidth / 7.5 + "px"; var deviceWidth = document.documentElement.clientWidth; deviceWidth > 750 && (deviceWidth = 750), (document.documentElement.style.fontSize = deviceWidth / 7.5 + "px"), window.addEventListener("resize", function () { document.documentElement.style.fontSize = document.documentElement.clientWidth / 7.5 + "px"; var e = document.documentElement.clientWidth; e > 750 && (e = 750), (document.documentElement.style.fontSize = e / 7.5 + "px") }, !1), window.addEventListener("onload", function () { document.body.addEventListener("touchstart", function () { }) }, !1);
</script>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>