-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmuban.html
51 lines (50 loc) · 2.15 KB
/
muban.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="pic/icon.ico" >
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>2023!:说明!</title>
<style>
textarea, select, input, a, label{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #333;
}
footer{
position:absolute;
bottom:0px;
height:100%;
text-align:center;
}
</style>
<audio src="music/world_news.mp3" loop="loop" preload="auto" autoplay="autoplay"></audio>
<script src="js/common.js"></script>
</head>
<body style="background-image: linear-gradient(to right, deeppink, orange);position: relative;margin-right:0px;">
<div class="header">
<p style="background-color:rgba(0, 0, 0, 0.349);position:absolute;top:0px;width:999999999999999999px;height:60px;"></p>
<h1 style="text-align:right;position:absolute;top:0px;"><img src="pic/RC.jpg" style="height:50px;"> <a href="music.html" style="margin-top:0px;">网抑云音乐(电台.jpg)</a></h1>
</div>
<div class="contenter">
<div class="box1">
<h1 style="position:absolute;margin-top:80px;background-color:rgba(0, 0, 0, 0.349);text-align: center;width: 600px;height:300px;"></h1>
</div>
</div>
<div class="footer">
<div class="mod_copyright" style="background-color:slategrey;position: fixed;bottom:0px;">
<div class="links">
<a onclick="supr_alert(1)">了解我更多!</a>|
<a onclick="supr_alert(1)">[广告位招租]黄金版位.jpg</a>|
<a onclick="supr_alert(2)">我的个人主页(半死亡)</a>
<img src="pic/i_f16.png" title="彩蛋!">
</div>
<div class="copyright">
Copyright © 1145-1919,No right saved.
"学下北泽,就从一个一个先辈开始!"<br>
AresenewithQuiteLonely_Jerry.
</div>
</div>
</div>
</body>