-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (34 loc) · 958 Bytes
/
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
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="maven-web/css/css.css">
<title>QiuShui's Github Maven Repository</title>
</head>
<body>
<h1 style="color: white;">QiuShui's Github Maven Repository</h1>
<table id="list">
<thead>
<tr>
<th style="text-align: left">Maven Group</th>
<th style="text-align: left">Homepage</th>
</tr>
</thead>
<tbody>
<tr>
<td class="link">
<a href="https://github.com/QiuShui1012/Maven/tree/main/zh/qiushui/mod/">zh.qiushui.mod</a>
</td>
<td class="link">
<a href="https://qiushui1012.github.io">QiuShui1012's Website</a>
</td>
</tr>
<tr>
<td class="link">
<a href="https://github.com/QiuShui1012/Maven/tree/main/me/shedaniel/cloth/">me.shedaniel.cloth</a>
</td>
<td class="link">
<a href="https://linkie.shedaniel.dev">Linkie</a>
</td>
</tr>
</tbody>
</table>
</body>