-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
153 lines (141 loc) · 5.54 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<!--
版权说明
本页面归原作者 Fly 所有,拒绝一切未经授权的使用。
使用授权申请,可通过邮箱联系Fly。
拒绝授权转让。
PS:已授权home.bcnet.ml
-->
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta name="HandheldFriendly" content="true">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.css">
<link href="https://cdn.jsdelivr.net/npm/minireset.css/minireset.min.css" rel="stylesheet">
<link href="main.css" rel="stylesheet">
<link rel="icon" href="head.jpg">
<title>Cokeeの小窝</title>
<!--[if lt IE 9]>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/html5shiv.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dest/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="background-small"></div>
<!-- Loading hover -->
<div class="loading">
<div class="spinner">
<div class="rect1"></div>
<div class="rect2"></div>
<div class="rect3"></div>
<div class="rect4"></div>
<div class="rect5"></div>
</div>
</div>
<!-- Main box -->
<main>
<div class="content">
<div class="left">
<div class="avatar">
<img src="head.jpg">
</div>
<ul class="menu">
<li>
<a goto="#home">HOME</a>
</li>
<li>
<a goto="#contact">CONTACT</a>
</li>
<li>
<a goto="#donate">DONATE</a>
</li>
<li>
<a goto="#commS" onclick="comm();">COMMENT</a>
</li>
<li>
<a goto="#musicS" onclick="music();">MUSIC</a>
</li>
</ul>
<div class="copyright">
Made with
<i class="fa fa-heart"></i> by
<br>
<a href="https://fly.moe" target="_blank">Fly3949</a>
</div>
</div>
<div class="right">
<section id="home" class="active">
<h1>Cokee >_<</h1>
<p>
我,Cokee,
<br>菜炸了.
<br>一切都是命运石之门的选择,顺其自然吧.
<br>就这样.
</p>
</section>
<section id="contact">
<h1>捕捉方式</h1>
<div class="items">
<a href="https://github.com/BluecityS" target="_blank">
<i class="fa fa-github"></i>
<span>GitHub</span>
</a>
<a href="mailto:[email protected]" target="_blank">
<i class="fa fa-envelope"></i>
<span>E-Mail</span>
</a>
<a onclick="alert('QQ:3289640025')">
<i class="fa fa-qq"></i>
<span>QQ</span>
</a>
</div>
</section>
<section id="donate">
<h1>拯救吃土的 bluecity</h1>
<div class="donate-img-box">
<img src="img.jpg">
</div>
<!-- <p>
FLY3949的bitcoin
Bitcoin: 32VRHdCR1nSsKG5aXi4MZBrvTwH8dvHFm4
<br>PayPal:
<a href="https://paypal.me/lwl12" target="_blank">https://paypal.me/lwl12</a>
</p> -->
</section>
<!-- 评论框架-->
<section id="commS">
<iframe src="" id="comm" width="500" height="400"></iframe>
</section>
<section id="musicS">
<iframe src="" id="music" width="500" height="400"></iframe>
</section>
</div>
</div>
<footer>
<p id="hitokoto">Loading...</p>
<div class="copyright-mobile">
Made with
<i class="fa fa-heart"></i> by
<a href="https://fly.moe" target="_blank">Fly3949</a><br>建议在宽度768px以上的设备上查看
</div>
</footer>
</main>
<!-- Some scripts -->
<script src="//cdn.jsdelivr.net/npm/meting/dist/Meting.min.js"></script>
<script src="//cdn1.lncld.net/static/js/3.0.4/av-min.js"></script>
<script src='//unpkg.com/valine/dist/Valine.min.js'></script>
<script src="//cdn.jsdelivr.net/npm/aplayer/dist/APlayer.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js"></script>
<script src="main.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112765210-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-112765210-1');
</script>
</body>
</html>