-
Notifications
You must be signed in to change notification settings - Fork 0
/
links.html
48 lines (31 loc) · 1.51 KB
/
links.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
46
47
48
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<title>リンク一覧</title>
<link rel="shortcut icon" href="image/favicon.ico">
<meta property="title" content="KainBot・リンク集" />
<meta property="url" content="link.html" />
<meta property="description" content="KainBotに関するリンクを確認できます。" />
</head>
<div>
<div class="back">
<h3><a href="index.html">戻る</a></h3>
</div>
<h2>リンク一覧</h2><br>
<div><a href="invite.html">ボット導入リンク1</a></div><br>
<div><a href="add.html">ボット導入リンク2(Discordに移動します)</a></div><br>
<div><a href="join.html">KainBotSupportServer</a></div><br>
<div><a href="faq.html">FAQ</a></div><br>
<div><a href="kiyaku.html">利用規約</a></div><br>
<div><a href="privacy.html">プライバシーポリシー</a></div><br>
<div><a href="https://github.com/Nanogy98/Nanogy98.github.io">GitHub Pages</a></div><br>
<div><a href="https://dissoku.net/ja/bot/1017774466262122496">ディス速 - Dissoku</a></div><br>
<div><a href="https://discord.com/terms">Discord 利用規約</a></div><br>
<div><a href="https://discord.com/guidelines">Discord コミュニティガイドライン</a></div><br>
<div><a href="https://discord.com/developers/docs/policies-and-agreements/developer-policy">Discord API
プライバシーポリシー</a></div><br>
</div>
<footer class="footer"><small>©2024 - KainBot</small></footer>
</html>