-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfooter.html
45 lines (45 loc) · 1.85 KB
/
footer.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
<footer>
<div class="wrapper">
<div class="left">
<div class="logo">
<a href="./index.html"></a>
</div>
<p>Class Widgets | 全新桌面课表</p>
<div class="desc">
<p>© 2025 RinLit, All rights reserved.</p>
<a href="https://icp.gov.moe/?keyword=20252330" target="_blank" class="link float">萌ICP备20252330号</a>
</div>
<div class="bottom">
<a href="https://www.bilibili.com/video/BV1xwW9eyEGu/" target="_blank" class="toolButton"
style="margin-right: -3px" title="在哔哩哔哩上观看宣传视频">
<img src="./assets/svg/bilibili.svg" alt="Bilibili">
</a>
<a href="https://qm.qq.com/q/pnnFXu1INW" target="_blank" class="toolButton"
title="加入我们的QQ群">
<img src="./assets/svg/qq.svg" alt="QQ 群">
</a>
<a href="https://github.com/Class-Widgets/Class-Widgets" target="_blank" class="toolButton"
title="前往我们的GitHub仓库">
<img src="./assets/svg/github.svg" alt="GitHub">
</a>
</div>
</div>
<div class="right">
<dl>
<dt>页面</dt>
<dd>
<a href="index.html" class="link float">首页</a>
</dd>
<dd>
<a href="docs-user.html" class="link float">使用文档</a>
</dd>
<dd>
<a href="docs-dev.html" class="link float">开发文档</a>
</dd>
<dd>
<a href="contact.html" class="link float">社区</a>
</dd>
</dl>
</div>
</div>
</footer>