From e4b352b74dcb9ddc437151a6c974070c7deeeea2 Mon Sep 17 00:00:00 2001
From: naisu-dev <118091656+naisu-dev@users.noreply.github.com>
Date: Sat, 11 Nov 2023 13:59:30 +0900
Subject: [PATCH] Add files via upload
---
bot/naisunabot.html | 40 ++++++++++++++++++++++++++++++++++++++++
index.html | 6 +++---
style.css | 24 ++++++++++++++++++++++++
3 files changed, 67 insertions(+), 3 deletions(-)
create mode 100644 bot/naisunabot.html
diff --git a/bot/naisunabot.html b/bot/naisunabot.html
new file mode 100644
index 0000000..4417174
--- /dev/null
+++ b/bot/naisunabot.html
@@ -0,0 +1,40 @@
+
+
+
+
+ naisuのサイト
+
+
+
+
+
+ - リンク等
+
+ - 使い方
+
+ - /help
+ ヘルプを表示します
引数:
- <command(任意)>
調べるコマンドを入力してください
+ - /aliquot
+ アリコット数列を計算します
引数:
+ - /dig
+ dig検索
引数:
- <domain>
検索するドメインを入力してください
+ - /fibonacci
+ フィボナッチ数列を計算します
引数:
- <start1>
最初の数値を入力してください - <start2>
二番目の数値を入力してください - <count>
計算する個数を入力してください
+ - /graph
+ グラフを作成します
引数:
- <mode>
グラフを作成するときの方法を入力して下さい - <color(任意)>
グラフを作るときの色を入力してください - <その他の引数>
グラフを作るときのデータを入力してください
+ - /img
+ 簡単な画像編集をします
引数:
- <attachment>
編集前のファイルを指定してください - <mode>
編集する内容を入力してください
+ - /ketsui
+ ケツイがみなぎる
引数:なし
+ - /postcode
+ 郵便番号で検索
引数:
+ - /whois
+ whois検索
引数:
- <domain>
検索するドメインを入力してください
+
+
+
+
diff --git a/index.html b/index.html
index c652c59..3830eb4 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@
- naisuのサイトへようこそ!
+
diff --git a/style.css b/style.css
index d17cfc7..a98cbf1 100644
--- a/style.css
+++ b/style.css
@@ -6,6 +6,11 @@ body {
margin:0 auto;
}
+.mainlink {
+ color: #000000;
+ text-decoration: none;
+}
+
.link {
color: #eb6101;
}
@@ -19,3 +24,22 @@ body {
font-size: 150%;
list-style-type: none;
}
+
+.midashi2 {
+ font-size: 130%;
+ list-style-type: none;
+ /* border-left: solid 6px #2d8fdd;
+ background: #f1f8ff;
+ margin-bottom: 3px;
+ line-height: 1.5;
+ padding: 0.5em; */
+ color: #1e366a;
+ border-top: solid #1e366a 1px;/*上のボーダー*/
+ border-bottom: solid #1e366a 1px;/*下のボーダー*/
+ padding: 0.5em 0 0.5em 1.5em;
+}
+
+.argli {
+ color: #165e83;
+ list-style-type: none;
+}