-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (50 loc) · 1.96 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="icon" href="/favicon.png">
<title>白的画板</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">
<ul>
<h1>白的建站实例</h1>
<p align="center">
<a href="https://github.com/Onionbai"><img align="center" src="https://moe.stayclose.top/get/@onionbai?theme=rule34"></a><br>
</p>
<h2>《何以为家》
<img src="boy.png" width="90%" alt="Big Boat" />
<script language="Javascript">
document.oncontextmenu=new Function("event.returnValue=true");
document.onselectstart=new Function("event.returnValue=false");
</script>
</h2>
<h3><style>a{TEXT-DECORATION:none}</style> <a href="https://www.3body.com/" target="_blank">前往三体网站!</a></h3>
<h3><a href="https://bookdown.org/home/archive/" target = "_blank">开源书库 BOOKDOWN "Write HTML, PDF, ePub, and Kindle books with R Markdown" </a></h3>
<h3><a href="https://solidot.org/" target = "_blank">奇克资讯网 “开源的中文科技信息交流和新闻平台”</a></h3>
<h3><a href="https://slashdot.org/" target = "_blank">Slashdot "A website based on and running the Slashdot-Like Automated Story-Telling Homepage software"</a></h3>
<h3><a href = "https://www.bokeyuan.net/">前往博科园(非博客园)</a></h3>
<h3><a href="https://moe.stayclose.top" target="_blank">Lolita Counter</a></h3>
<h3><a href="[email protected]" target="_blank">我的邮箱</a></h3>
</ul>
</div>
</body>
</html>