-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (72 loc) · 3.31 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="zh-CN" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web Art Online - PhigrOS</title>
<link rel="stylesheet" href="/styles/style.css" />
<script src="/scripts/index.js" defer></script>
<link rel="icon" href="/assets/icon10.svg" type="image/svg+xml" />
</head>
<body>
<nav id="home-nav-container">
<div id="home-nav-left">
<img src="/assets/icon10.svg" alt="logo" title="Web Art Online" />
<h1 id="home-nav-left-title">Web Art Online</h1>
</div>
<div id="home-nav-right">
<a href="#">主页</a>
<a href="https://ty.szsyzx.cn/">nywOJ</a>
<a href="https://github.com/Web-Art-Online">GitHub</a>
<a href="https://qm.qq.com/q/FMWFLRlqIC" target="_blank" rel="noopener">QQ</a>
</div>
</nav>
<main>
<div id="home-full-show-container">
<div class="page-shower">
<div gpid="0">
<img class="page-shower-bg" src="https://unpkg.com/[email protected]/demo/carousel/720x360-5.jpg" alt="720x360-5" />
<div class="page-shower-content">
<span id="syzx-30-anniversary">喜迎我校30周年校庆!</span>
</div>
</div>
<div gpid="1">
<img class="page-shower-bg" src="https://littleskin.cn/background.jpg" alt="bing-background" />
<div class="page-shower-content">
广告位招租 有意向者加右上角 QQ 群
</div>
</div>
<div gpid="2">
<img class="page-shower-bg" src="https://static.wikia.nocookie.net/phigros/images/e/eb/Broken_Sky_jacket.png" alt="Broken Sky" referrerpolicy="no-referrer" />
<div class="page-shower-content">
Broken Sky
</div>
</div>
<div gpid="3">
<img class="page-shower-bg" src="https://static.wikia.nocookie.net/phigros/images/c/cb/Rainy_Heart_jacket.png" alt="Rainy Heart" referrerpolicy="no-referrer" />
<div class="page-shower-content">
Rainy Heart
</div>
</div>
<div gpid="4">
<img class="page-shower-bg" src="https://static.wikia.nocookie.net/phigros/images/f/fb/Miracle_Forest_%28VIP_Mix%29_jacket.png" alt="Miracle Forest (VIP Mix)" referrerpolicy="no-referrer" />
<div class="page-shower-content">
Miracle Forest (VIP Mix)
</div>
</div>
<div gpid="5">
<img class="page-shower-bg" src="https://picsum.photos/1920/1080" alt="picsum" />
<div class="page-shower-content">
world.execute(me)
</div>
</div>
</div>
</div>
</main>
<footer id="home-footer-container">
<span>(C) 2024 Web Art Online</span>
<span>MIT License & CC-BY-SA 4.0</span>
<a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener">黑ICP备2022006586号-1</a>
</footer>
</body>
</html>