-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsitemap.html
65 lines (61 loc) · 1.27 KB
/
sitemap.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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<meta charset="utf-8">
<title>Rainy101112</title>
<style>
.topbar {
background-color: #87CEEB;
position: fixed;
top: 0;
bottom: 92%;
left: 0;
right: 0;
display: flex;
}
.topbar_bt {
padding: 0px;
font-size: 20px;
color: #008B8B;
}
.bottombar {
background-color: #FFFAF0;
position: fixed;
top: 95%;
bottom: 0;
left: 0;
right: 0;
display: flex;
}
.bottombar_bt {
padding: 0px;
font-size: 10px;
color: #2F4F4F;
}
</style>
</head>
<body>
<div class="topbar">
<p class="topbar_bt">Website Map</p>
</div>
<div class="bottombar">
<p class="bottombar_bt">Site by Github.io</p>
</div>
<h2>你干嘛~哈哈哟~</h2>
<h1>站点地图</h1>
<a href="/index.html">主页</a>
<h2>相关链接:</h2>
<ul>
<li><a href="http://www.aqwgy.net">安庆市外国语学校</a></li>
</ul>
<h2>关于:</h2>
<ul>
<li><a href="/rainyos.html">RainyOS</a></li>
</ul>
<h2>下载:</h2>
<ul>
<li><a href="downloads/ros.html">下载RainyOS</a></li>
</ul>
</body>
</html>