-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
26 lines (26 loc) · 1.22 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./styles/global.css" />
<title>📦 联系方式</title>
</head>
<body>
<a class="back" href="/">
返回首页
</a>
<div class="article">
<h1>📞 联系方式</h1>
<p class="exclaim">欢迎随时联系我们。一般 24 小时内即可收到回复(如有必要)。</p>
<p>下面列出了你可以用来联系我们的一些方式。</p>
<ul>
<li>Oasis 的官方网站:<a href="https://oases.red" target="_blank">https://oases.red</a></li>
<li>Seati 的官方网站:<a href="https://seati.cc" target="_blank">https://seati.cc</a></li>
<li>本站对应的 GitHub 仓库(开放 Issue、Pull Request):<a href="https://github.com/seatitanium/storage-index" target="_blank">https://github.com/seatitanium/storage-index</a></li>
<li>服主邮箱地址:<a href="mailto:[email protected]">[email protected]</a></li>
<li>Seati 官方 QQ 讨论群:820912578</li>
</ul>
</div>
</body>
</html>