Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
LaIixia authored Jul 8, 2024
1 parent cc57a6e commit 67f046e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ <h2><a href="join.html">サポートサーバー</a>&emsp;&emsp;<a href="faq.htm
</h2>
</div>
</body>

<body>

<p class ="text">KainBotの一部機能を紹介します。</p>

<div class="boxleft">
<h2>Google検索</h2>
<section class="sectiontext">
Expand All @@ -55,7 +55,7 @@ <h2>ニコニコ動画の検索</h2>
<h3>コマンド名: /niconico</h3>
<p>入力したキーワードから5件分の結果(動画)を表示します</p>
</section>
<img src="image/niconico.png">
<img width="510" height="385" src="image/niconico.png">
</div>

<div class="boxright">
Expand All @@ -64,7 +64,7 @@ <h2>YouTube検索</h2>
<h3>コマンド名: /ytsearch</h3>
<p>YouTube検索で入力したキーワードから5件分の結果を表示します</p>
</section>
<img src="image/ytsearch.png">
<img width="440" height="390" src="image/ytsearch.png">
</div>

<div class="boxleft">
Expand All @@ -73,7 +73,7 @@ <h2>Webサイトキャプチャー機能</h2>
<h3>コマンド名: /website</h3>
<p>指定したURL(サイト)からAPIを介してDiscord上に画像として表示します。</p>
</section>
<img src="image/web.png">
<img width="520" height="390" src="./web.png">
</div>

<div class="boxright">
Expand All @@ -82,7 +82,7 @@ <h2>二次元コード生成</h2>
<h3>コマンド名: /qrcode</h3>
<p>入力したキーワードから二次元コードの画像を表示(生成)します。</p>
</section>
<img src="image/qrcode.png">
<img width="490" height="390" src="./qrcode.png">
</div>
</body>

Expand Down

0 comments on commit 67f046e

Please sign in to comment.