-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (37 loc) · 2.09 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="./resource/images/vor.png">
<script src="./js/index_only.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="./css/index_only.css">
<link rel="stylesheet" type="text/css" href="./css/fonts_only.css">
<title>板鸭导航界面</title>
</head>
<body>
<div style="background-color:#fffad6;height:100px;width:200px;position: absolute;top: 0;left: 20px;font-family: font_charlie,serif">
<h4 style="margin-bottom: 1px;"> -··· ·-· -··--</h4>
<h3 style="margin-top: 10px"> 导航台 BRY(118.8)</h3>
</div>
<!--歇业通知,不知道为什么不行。先放在这里-->
<div id="close"></div>
<div style="background-color:#ff49c5;height:100px;width:400px;position: absolute;top: 0;left: 220px;font-family: font_charlie,serif">
<h2 id="time" style="color: #ffffff;margin-bottom: 5px"></h2>
<h2 id="dating" style="color: #ffffff; margin-top: 5px"></h2>
</div>
<div style="background-color:#ff9a5f;height:150px;width:80px;position: absolute;top: 100px;left: 20px">
<img src="./resource/images/rotation.gif" alt="Kagiyama Hina">
</div>
<div style="background-color:#39c5bb;height:150px;width:80px;position: absolute;top: 250px;left: 20px">
</div>
<div style="background-color: #1e4aff; height:344px;width:290px;position: absolute;top: 0;left: 620px">
<img src="./resource/images/bronya.jpg" style="height:342px ;width: 288px; position: absolute; top: 1px;left: 1px"
alt="Bronya">
</div>
<div style="background-color:#bbf8fc;height:300px;width:520px;position: absolute;top: 100px;left: 100px ;font-family: font_charlie,serif;font-size: xx-large">
<a href="./pages/Seele.html" style="text-decoration: none"> 希儿·芙乐艾</a><br>
<a href="pages/homework.html" style="text-decoration: none"> 寄网作业</a><br>
<a href="./pages/douban/index.html" style="text-decoration: none"> 豆瓣</a>
</div>
</body>
</html>