-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
31 lines (30 loc) · 1.4 KB
/
header.html
File metadata and controls
31 lines (30 loc) · 1.4 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
<header>
<div class="wrapper">
<div class="left">
<div class="logo">
<h1>
<a href="index.html">RinLit的Hub</a>
</h1>
</div>
<div class="tabs">
<a href="index.html" class="tab">首页</a>
<!-- <a href="docs-user.html" class="tab">使用文档</a>-->
<!-- <a href="docs-dev.html" class="tab">开发文档</a>-->
<!-- <a href="contact.html" class="tab">社区</a>-->
</div>
</div>
<div class="right"> <!-- 右侧 -->
<!-- <a href="https://www.bilibili.com/video/BV1xwW9eyEGu/" target="_blank" class="toolButton" title="在哔哩哔哩上观看宣传视频">-->
<!-- <img src="./assets/svg/bilibili.svg" alt="Bilibili">-->
<!-- </a>-->
<a href="https://github.com/RinLit-233-shiroko/Rin-sHub/" target="_blank" class="toolButton" title="前往我们的GitHub仓库">
<img src="./assets/svg/github.svg" alt="GitHub">
</a>
<!-- 下载CW -->
<a href="https://github.com/RinLit-233-shiroko/Rin-sHub/#如何投稿" target="_blank" class="pushButton primary">
<i class="icon-ic_fluent_arrow_upload_20_filled"></i>
现在投稿
</a>
</div>
</div>
</header>