diff --git a/errorpage/400.php b/errorpage/400.php
deleted file mode 100644
index b34f638..0000000
--- a/errorpage/400.php
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-400 Bad Request -
-
-
-
-
-
-
-

-
-
-
-
-
-
-
-
-
-
400 Bad Request
-
<(_ _)>
はいっ!エラーです!!!
原因はわかりません!!!!!!!!
-
-
-
ホームへ行く
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/errorpage/401.php b/errorpage/401.php
deleted file mode 100644
index bd0de6f..0000000
--- a/errorpage/401.php
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-401 Unauthorized -
-
-
-
-
-
-
-

-
-
-
-
-
-
-
-
-
-
401 Unauthorized
-
...(* ̄0 ̄)ノ< アクセス権が無いようです()
サービス管理者によってアクセス権の変更をされた可能性がございます。
-
-
-
ホームへ行く
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/errorpage/403.php b/errorpage/403.php
deleted file mode 100644
index d5d34ff..0000000
--- a/errorpage/403.php
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-403 Forbidden -
-
-
-
-
-
-
-

-
-
-
-
-
-
-
-
-
-
403 Forbidden
-
...(* ̄0 ̄)ノ< 閲覧権限が無いようです()
サービス管理者によって閲覧権限の変更をされた可能性がございます。
-
-
-
ホームへ行く
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/errorpage/404.php b/errorpage/404.php
deleted file mode 100644
index 5e952e8..0000000
--- a/errorpage/404.php
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-404 Not found -
-
-
-
-
-
-
-

-
-
-
-
-
-
-
-
-
-
404 Not found
-
申し訳ございませんがお探しのページは見つかりませんでした!
ページの移動や削除が行われた可能性がございます。
-
-
-
ホームへ行く
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/errorpage/500.php b/errorpage/500.php
deleted file mode 100644
index 0ac413d..0000000
--- a/errorpage/500.php
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-500 Internal Server Error -
-
-
-
-
-
-
-

-
-
-
-
-
-
-
-
-
-
500 Internal Server Error
-
\(^o^)/
サーバーオワタ☆
-
-
-
ホームへ行く
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/errorpage/503.php b/errorpage/503.php
deleted file mode 100644
index bd467d8..0000000
--- a/errorpage/503.php
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-503 Service Unavailable -
-
-
-
-
-
-
-

-
-
-
-
-
-
-
-
-
-
503 Service Unavailable
-
(´。_。`;)< サーバーに過負荷がかかっているようです...
時間をおいてから再度アクセスしてください!
-
-
-
ホームへ行く
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/errorpage/serverstop.php b/errorpage/serverstop.php
deleted file mode 100644
index 0a2327f..0000000
--- a/errorpage/serverstop.php
+++ /dev/null
@@ -1,89 +0,0 @@
-
-
-$1
', $markdownText);
-
- // 画像(#img)をHTMLのimgタグに変換
- $markdownText = preg_replace('/^#img (.+)/m', '
', $markdownText);
-
- // タイトル(#、##、###)をHTMLのhタグに変換
- $markdownText = preg_replace('/^# (.+)/m', '$1
', $markdownText);
- $markdownText = preg_replace('/^## (.+)/m', '$1
', $markdownText);
- $markdownText = preg_replace('/^### (.+)/m', '$1
', $markdownText);
-
- // 箇条書き(-)をHTMLのul/liタグに変換
- $markdownText = preg_replace('/^- (.+)/m', '', $markdownText);
-
- // 空行の前に何もない行をHTMLのpタグに変換
- $markdownText = preg_replace('/(^\s*)(?!\s)(.*)/m', '$1$2
', $markdownText);
-
- return $markdownText;
-}
-
-$sterms = explode("\n", $termsdata);
-$htmltext = ''; // 初期化
-
-foreach ($sterms as $terms) {
- $markdowntext = $terms;
- $convertedText = processMarkdownAndWrapEmptyLines($markdowntext);
- $htmltext .= $convertedText . "\n"; // 変換されたテキストを追加
-}
-
-
-?>
-
-
-
-
-
-
-
-
-サーバー停止 -
-
-
-
-
-
-
-
-

-
-
-
-
-
-
-
-
-
サーバー停止中
-
(/´・ヮ・`\)
現在サーバーが管理者によって停止されています...
停止の理由は以下の通りです。
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file