-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (45 loc) · 1.8 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
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<title>TaylorTaurus' Site</title>
<meta name="keywords" content="圈住圈九酱的iPhoneX" />
<meta name="description" content="圈住圈九酱的站点主页,使用iPhoneX和我聊天吧。可以关注博客,Ranorex用户手册中文版,了解更多内容!" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link href="images/icon.png" rel="shortcut icon" />
<link href="./dist/style.css" rel="stylesheet" type="text/css" media="all" />
<link rel="shortcut icon" type="image/x-icon" href="./src/img/favicon_spiderman_32x32.png" />
<link rel="apple-touch-icon" href="./src/img/favicon_spiderman_152x152.png" />
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?9074e96d8652566a6763b3e0e98b96fe";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<div id="app"></div>
<script type="text/javascript" src="./dist/vendor/react.min.js"></script>
<script type="text/javascript" src="./dist/vendor/react-dom.min.js"></script>
<script type="text/javascript" src="./dist/resume.bundle.js"></script>
<!--
(๑´ㅂ`๑)
你在偷看诶!悄咪咪的,不要告诉别人!
=====据说这是一条分割线=====
何当并辔寒星下,
袖月走,
兵戈休,
菊花插满头。
望月
凉月弯钩云徘徊,
钩云徘徊影零乱。
影零乱舞金樽举,
金樽举看凉月弯。
第一首断词,求出处,第二首,自己湿性大发,瞎写的!
哈哈哈,谁又能看到呢?
-->
</body>
</html>