From 720d752748b793a2f5cf3cc14cb75ad86e8919c0 Mon Sep 17 00:00:00 2001 From: sillylaird Date: Tue, 3 Feb 2026 21:27:57 -0500 Subject: First commit --- error/.idea/.gitignore | 8 +++ error/.idea/error.iml | 9 ++++ error/.idea/misc.xml | 6 +++ error/.idea/modules.xml | 8 +++ error/index.html | 138 ++++++++++++++++++++++++++++++++++++++++++++++++ error/index_jp.html | 138 ++++++++++++++++++++++++++++++++++++++++++++++++ error/index_zh.html | 138 ++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 445 insertions(+) create mode 100644 error/.idea/.gitignore create mode 100644 error/.idea/error.iml create mode 100644 error/.idea/misc.xml create mode 100644 error/.idea/modules.xml create mode 100644 error/index.html create mode 100644 error/index_jp.html create mode 100644 error/index_zh.html (limited to 'error') diff --git a/error/.idea/.gitignore b/error/.idea/.gitignore new file mode 100644 index 0000000..1c2fda5 --- /dev/null +++ b/error/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/error/.idea/error.iml b/error/.idea/error.iml new file mode 100644 index 0000000..18ec59d --- /dev/null +++ b/error/.idea/error.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/error/.idea/misc.xml b/error/.idea/misc.xml new file mode 100644 index 0000000..9715c22 --- /dev/null +++ b/error/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/error/.idea/modules.xml b/error/.idea/modules.xml new file mode 100644 index 0000000..4fb897f --- /dev/null +++ b/error/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/error/index.html b/error/index.html new file mode 100644 index 0000000..83fe80a --- /dev/null +++ b/error/index.html @@ -0,0 +1,138 @@ + + + + + + Error — SillyLaird + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+

Error

+

Something went wrong, but here's a way out.

+

+ + Back to home + +

+
+ +
+ + +
+
+ +
+
+ +
+
+ + diff --git a/error/index_jp.html b/error/index_jp.html new file mode 100644 index 0000000..34a0e85 --- /dev/null +++ b/error/index_jp.html @@ -0,0 +1,138 @@ + + + + + + エラー — SillyLaird + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+

エラー

+

Something went wrong, but here's a way out.

+

+ + Back to home + +

+
+ +
+ + +
+
+ +
+
+ +
+
+ + diff --git a/error/index_zh.html b/error/index_zh.html new file mode 100644 index 0000000..7625f10 --- /dev/null +++ b/error/index_zh.html @@ -0,0 +1,138 @@ + + + + + + 错误 — SillyLaird + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
+
+

错误

+

Something went wrong, but here's a way out.

+

+ + Back to home + +

+
+ +
+ + +
+
+ +
+ +
+ + -- cgit v1.2.3