-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.html
50 lines (50 loc) · 3.84 KB
/
main.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
<!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, minimum-scale=0.5, maximum-scale=2.0, user-scalable=yes" />
<link rel="stylesheet" herf="base.css">
<title>来自七夕节的彩蛋!(这图标很对劲)</title>
<audio src="music/fireworks.mp3" loop="loop" preload="auto" autoplay="autoplay"></audio>
<link rel="stylesheet" type="text/css" href="css/common.css">
<!-- <script src="//cdn.jsdelivr.net/npm/@triggerjs/trigger" defer></script>-->
<script src="js/common.js"></script>
<script type="text/javascript">
alert("请注意!"+"\n"+"自动跳转手机版网页有时候不可能百分百有用,如果真的扑街了,请手动跳转至awqj1594.github.io/Arsene/phonemain.html哦!");
ScreenWidth();
</script>
</head>
<body>
<main>
<div class="container">
<h1><img style="width:80px;height:80px;float:left" src="pic/heart.jpg" title="我这写法,排版,梦回html1.0有木有?"> 一个小网页 Date: 2022年8月4日 <div class="topclick">
<div class="ltbox1">
<p>主页面</p>
</div>
<ul class="ltbox2">
<li class="li1"><a href="main.html">主页面</a></li>
<li><a href="help.html">帮助文档</a></li>
<li><a href="egg01.html">彩蛋大厅</a></li>
</ul>
</div></h1>
<div class="deepdarkf">这是一个很可爱的彩蛋( ̄▽ ̄)~~<button style="background-color:paleturquoise" onclick="Jump_To_Egg()">奖励</button></div>
<div class="glass"><section style="background-color:rgba(240,255,255,0.5)" class="glass">hi <br> <img src="pic/run.gif"></section>
<section style="background-color:rgba(245,245,220,0.5)">说在之前,我在做网页的时候,发现了自动播放可能会失效。<br> 请参考这篇文档:<a href="help.html"><button>解决办法</button></a> <br> 网页做的挺累的,如果可以的话,请对我说一声七夕快乐! <br> 网页问题可以参考我写的文档,帮助不大,也许会很有用呢!<button onclick="jump_to_help()">点击以跳转</button></section>
<section style="background-color:rgba(135, 206, 235,0.5)" class="glass">好啦!那么!鄙人AwQL.</section>
<section style="background-color:rgba(0, 255, 255,0.5)" class="glass">普通的初中生一枚~~~///(^v^)\\\~~~</section>
<section style="background-color:rgba(95, 158, 160,0.5)" class="glass">今天就是8月四日,农历的日子是。。。(p≧w≦q)</section>
<section style="background-color: rgba(0, 191, 255,0.5)"class="glass">七夕节!蛮多的情侣不约而同齐聚鹊桥下,为节日的美好献上真情实意的证明。 ( ´・・)ノ(._.`) <br> 有关于七夕节,七夕,七。。。(化身怨灵)</section>
<section style="background-color: rgba(0,155,230,0.5)" class="glass">等下,我不能... <br> 唔,要不你等一下,闭上眼,再往下滑一层。这很快就好。。。 <br>ヾ(≧へ≦)〃</section>
<section> <br></section>
<section style="background-color:rgba(255, 0, 0,0.5)" class="glass">嘿!这里是来自喜鹊的一句话:能不能帮忙按个按钮?这个懒狗没做自动跳转! <br> <button><a href="true.html">按一下!</a></section>
</div>
<footer style="background-color: slategrey;">© Copyright Nobody,1145-1919.All right served.
<br>
学下北泽,就从一个一个先辈开始!(喜
<br>
冷知识:我其实还挺闲的,有人能来找我玩吗?</footer>
</main>
</body>
</html>