-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (35 loc) · 1.08 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
<title>它工作 | It works</title>
<style>
.container {
width: 60%;
margin: 10% auto 0;
background-color: #f0f0f0;
padding: 2% 5%;
border-radius: 10px
}
ul {
padding-left: 20px;
}
ul li {
line-height: 2.3
}
a {
color: #20a53a
}
</style>
</head>
<body>
<div class="container">
<h1>它工作!</h1>
<h3>看到这个页面表明chihuo2104的服务器是正常提供服务的~</h3>
<h3>其实chihuo2104就是个懒货~还不给自己的域名写个界面~</h3>
<hr>
<p>Powered by <a target="_blank" href="//imchihuo2104.moekonnyaku.com">chihuo2104</a>.All rights reserved ©2018-2021.<a target="_blank" href="//beian.miit.gov.cn">浙ICP备-xxxxxxxxx号-x(还没备案呢~)</a></p>
</div>
</body>
</html>