-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
159 lines (144 loc) · 4.07 KB
/
index.html
File metadata and controls
159 lines (144 loc) · 4.07 KB
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
154
155
156
157
158
159
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>从零开始的异世界生活 - 主页</title>
<link rel="stylesheet" href="styles.css">
<style>
body {
background-size: cover;
background-position: center;
color: white;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url(image/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20231203202346.jpg);
}
img{
float:right;
margin-left:10px;
}
header {
background-color: #333;
padding: 10px;
text-align: center;
}
section {
padding: 20px;
color:black;
align-self:center;
}
footer {
background-color: #333;
padding: 10px;
text-align: center;
position: fixed;
bottom: 0;
width: 100%;
height: 5.5%;
color:white;
}
li{
display:flex;
align-items:center;
}
nav ul {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
}
nav ul li {
margin: 15px 0;
}
nav a {
text-decoration: none;
color: black;
font-weight: bold;
font-size: 18px;
position: relative;
padding-left: 10px;
display: block;
width: 100%;
}
nav a:before {
content: '\2022';
color: black;
display: inline-block;
width: 10px;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
nav a:hover {
text-decoration: underline;
font-weight:bolder;
color: black;
}
body,td,th {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
font-size: 18px;
}
body header table tbody tr th a {
}
body header table tbody tr th a {
font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
color: #FFFFFF;
text-decoration: none;
}
a:hover {
font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
font-weight: bolder;
color: #FFFFFF;
text-decoration: underline;
}
a:hover {
}
</style>
</head>
<body>
<header>
<table width="16%" border="0">
<tbody>
<tr>
<th scope="row"><a href="https://sunweixuanalpha.github.io/D13-609/">返回寝室主页</a></th>
</tr>
</tbody>
</table>
<h1>从零开始的异世界生活</h1>
<h2>ゼロから始める異世界生活です</h2>
</header>
<section>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<h2>欢迎来到《从零开始的异世界生活》网站</h2>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<p>在这里,您将找到关于这部<a href="web\watchonline.html"><img src="image\20231203192651.jpg" width="197" height="296" alt=""/></a >令人兴奋的作品的各种信息。探索角色、了解故事情节,尽情畅享与RE:Zero有关的一切!</p>
<img src="image\20231203203145.jpg" width="310" height="164" alt=""/></blockquote>
</section>
<ul>
<li><nav><a href="web/watchonline.html">在线观看</a ></nav></li>
<li>
<nav><a href="web/download.html"> 小说下载 </a ></nav></li>
<li>
<nav><a href="web/character information.html" herf="web\character.html">角色信息</a></nav></li>
<li><nav><a href="web\Illustration collection.html">插画集</a ></nav></li>
<li>
<nav><a href="web/anime.html">动漫</a ></nav></li>
<li><nav><a href="web/personal website.html">长月达平的个人网站</a ></nav></li>
</ul>
<footer>
<p>© 2023 从零开始的异世界生活 网站</p >
</footer>
</body>
</html>