-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (81 loc) · 3.04 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta charset="utf-8">
<title>KainBot Pages</title>
<link rel="shortcut icon" href="image/favicon.ico">
<!--
<meta property="title" content="KainBotホームページ" />
<meta property="url" content="" />
<meta property="description" content="KainBotのホームページです。利用規約はプライバシーポリシー等はこちらから確認できます。" />
-->
</head>
<body>
<h1 class="center">KainBot Pages</h1>
</body>
<body>
<div class="box">
<h2><a href="join.html">サポートサーバー</a>  <a href="faq.html">FAQ</a>  <a
href=invite.html>BOT導入リンク</a>  <a href=kiyaku.html>利用規約</a>  <a href=privacy.html>
<nobr>プライバシーポリシー</nobr>
</a>
</h2>
</div>
</body>
<body>
<p class ="text">KainBotの一部機能を紹介します。</p>
<div class="boxleft">
<h2>Google検索</h2>
<section class="sectiontext">
<h3>コマンド名: /search</h3>
<p>Google検索で入力したキーワードから5件分の結果を表示します</p>
</section>
<img src="image/search.png">
</div>
<div class="boxright">
<h2>ニュースの表示</h2>
<section class="sectiontext">
<h3>コマンド名: /news</h3>
<p>日本国内のトップラインのニュースを表示します</p>
</section>
<img src="image/news.png">
</div>
<div class="boxleft">
<h2>ニコニコ動画の検索</h2>
<section class="sectiontext">
<h3>コマンド名: /niconico</h3>
<p>入力したキーワードから5件分の結果(動画)を表示します</p>
</section>
<img width="510" height="385" src="image/niconico.png">
</div>
<div class="boxright">
<h2>YouTube検索</h2>
<section class="sectiontext">
<h3>コマンド名: /ytsearch</h3>
<p>YouTube検索で入力したキーワードから5件分の結果を表示します</p>
</section>
<img width="440" height="390" src="image/ytsearch.png">
</div>
<div class="boxleft">
<h2>Webサイトキャプチャー機能</h2>
<section class="sectiontext">
<h3>コマンド名: /website</h3>
<p>指定したURL(サイト)からAPIを介してDiscord上に画像として表示します。</p>
</section>
<img width="520" height="390" src="image/web.png">
</div>
<div class="boxright">
<h2>二次元コード生成</h2>
<section class="sectiontext">
<h3>コマンド名: /qrcode</h3>
<p>入力したキーワードから二次元コードの画像を表示(生成)します。</p>
</section>
<img width="490" height="390" src="image/qrcode.png">
</div>
</body>
<footer>
<small class="footer1"><a href="links.html">リンク一覧</a>   ©2024 - KainBot</small>
</footer>
<!-- <p><small><a href="links.html">リンク集</a>   ©2024 - KainBot   <a href="">GitHub Pages</a></small></p>-->
</html>