From f795a16b77897ac34a9dd92e7c18723df7dadac0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Tue, 19 Apr 2022 23:28:09 +0900 Subject: [PATCH] =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + 404.html | 18 ------------------ index.php | 21 ++++++++++++++++++--- links.sample.json | 4 ++++ 4 files changed, 23 insertions(+), 21 deletions(-) create mode 100644 .gitignore delete mode 100644 404.html create mode 100644 links.sample.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4b5419d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +links.json diff --git a/404.html b/404.html deleted file mode 100644 index 8513712..0000000 --- a/404.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - 076エラー - 未検出 - - - -
-

【404】未検出

-
-

匿名自営業076のウェブサイト又はサービスです。
https://www.076.moe

-
- - diff --git a/index.php b/index.php index 0804ea8..da09b30 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,22 @@ } } } - - include('404.html'); - exit; ?> + + + + + 076エラー - 未検出 + + + +
+

【404】未検出

+
+

匿名自営業076のウェブサイト又はサービスです。
https://www.076.moe

+
+ + diff --git a/links.sample.json b/links.sample.json new file mode 100644 index 0000000..4e4b20b --- /dev/null +++ b/links.sample.json @@ -0,0 +1,4 @@ +{ + "nuqvx": "https://technicalsuwako.moe", + "076": "https://076.moe" +}