-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
115 lines (113 loc) · 3.71 KB
/
index.html
File metadata and controls
115 lines (113 loc) · 3.71 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
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<meta name='description' content='棱音社PRISMNOTE社团官网。泛术力口社团。'>
<meta name="msvalidate.01" content="689EA5AE512A0705A31A6C0F918CBD3F" />
<meta name="viewport" content="width=device-width, user-scalable=no,initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>棱音社PRISMNOTE - 棱音社官网</title>
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/var.css">
<link rel="stylesheet" type="text/css" href="css/default.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<script>
function toTop()
{
window.scrollTo(0, 0);
}
</script>
<script src="./scripts/openList.js"></script>
</head>
<body>
<!-- 鼠标指针效果 -->
<div id="point"></div>
<!-- 头部 -->
<div class="header">
<div class="titile">
<a href="javascript:void(0);" onclick="toTop();">
<img src="./images/prismnote1.png" alt="prismnote">
</a>
</div>
<!-- 功能键 -->
<ul class="links">
<li>
<a href="./about/" target="_self">
<p class="button">关于棱音</p>
</a>
</li>
<li>
<a href="./joinus/" target="_self">
<p class="button">加入我们</p>
</a>
</li>
<li>
<a href="./members/" target="_self">
<p class="button">棱音成员</p>
</a>
</li>
<li>
<a href="https://space.bilibili.com/1806432678" target="_blank">
<p class="button">B站空间</p>
</a>
</li>
</ul>
<button id="lang">LANG</button>
<button id="list" class="list" onclick="openList('list');"></button>
<ul id="listobj">
<li>
<a href="./about/" target="_self">
<p class="buttonn">关于棱音</p>
</a>
</li>
<li>
<a href="./joinus/" target="_self">
<p class="buttonn">加入我们</p>
</a>
</li>
<li>
<a href="./members/" target="_self">
<p class="buttonn">棱音成员</p>
</a>
</li>
<li>
<a href="https://space.bilibili.com/1806432678" target="_blank">
<p class="buttonn">B站空间</p>
</a>
</li>
</ul>
</div>
<div class="main">
<div class="intro">
> This Is
</div>
<div class="secondline">
>
</div>
<div class="cnname">
<span>棱</span>
<span>音</span>
<span>社</span>
</div>
<div class="enname">
<!-- style="font-family: 'KhaenriahNeue', sans-serif;" -->
<!-- style -->
<!-- <span>P</span>
<span>R</span>
<span>I</span>
<span>S</span>
<span>M</span>
<span>N</span>
<span>O</span>
<span>T</span>
<span>E</span> -->
PRISMNOTE
</div>
<div class="slogan">
棱幻寰歌 ◇ 音驭辰霜
</div>
<a href="https://icp.gov.moe/?keyword=20240723" target="_blank" style="display: block; text-align: center; color: white; margin-top: 75px;">萌ICP备20240723号</a>
</div>
<footer>
</footer>
</body>
</html>