-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
43 lines (43 loc) · 1.57 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Tea Design</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="/static/icon.ico" rel="icon" type="image/x-icon" />
<!-- 样式 -->
<link rel="stylesheet" href="/static/prism.css" />
<link rel="stylesheet" href="/static/release/app.c89906ae5f.css" />
<style type="text/css">
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="app-root">
<header style="height: 94px; background: #000">
<a
class="logo"
style="
display: inline-block;
vertical-align: middle;
padding: 32px 48px;
font-size: 0;
"
href="/"
>
<img src="/static/home/logo.svg" style="height: 30px; width: auto" />
</a>
</header>
</div>
<script>
window.codepen = {"css":["https://cloudcache.tencent-cloud.com/qcloud/tea2/0a20b03330230c7b6b4cd65b5b4cd00f0e27f634/tea-component.css"],"js":["https://cloudcache.tencent-cloud.com/qcloud/tea2/0a20b03330230c7b6b4cd65b5b4cd00f0e27f634/tea-chart.js","https://cloudcache.tencent-cloud.com/qcloud/tea2/0a20b03330230c7b6b4cd65b5b4cd00f0e27f634/tea-component.js"]};
</script>
<script src="//imgcache.qq.com/qcloud/main/scripts/release/common/vendors/babel/polyfill.6.26.min.js"></script>
<script src="/static/react16.production.js"></script>
<script src="/static/prism.js"></script>
<script src="/static/release/app.c89906ae5f.js"></script>
</body>
</html>