-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathindex.html
39 lines (36 loc) · 915 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>daily-vue-demo</title>
<style>
.c-b {
width: 100%;
height: 300px;
/* background: red;
font-size: 25px;
line-height: 50px;
text-align: center; */
transition: all 3s;
}
</style>
</head>
<body>
<div id="app"></div> <!-- built files will be auto injected -->
</body>
<script type='text/javascript'>
(function (m, ei, q, i, a, j, s) {
m[i] = m[i] || function () {
(m[i].a = m[i].a || []).push(arguments)
};
j = ei.createElement(q),
s = ei.getElementsByTagName(q)[0];
j.async = true;
j.charset = 'UTF-8';
j.src = 'https://static.meiqia.com/dist/meiqia.js?_=t';
s.parentNode.insertBefore(j, s);
})(window, document, 'script', '_MEIQIA');
_MEIQIA('entId', 79723);
</script>
</html>