From a026d155b7cf28115ae893a0a43cef5f8a32e21f Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 8 Jun 2024 21:18:09 -0700 Subject: [PATCH] chore: error pages --- src/pages/errors/1000.html | 12 ++++++++++++ src/pages/errors/500.html | 12 ++++++++++++ src/pages/errors/captcha.html | 12 ++++++++++++ src/pages/errors/{400.html => error.html} | 2 +- src/pages/errors/js-challenge.html | 12 ++++++++++++ 5 files changed, 49 insertions(+), 1 deletion(-) create mode 100644 src/pages/errors/1000.html create mode 100644 src/pages/errors/500.html create mode 100644 src/pages/errors/captcha.html rename src/pages/errors/{400.html => error.html} (75%) create mode 100644 src/pages/errors/js-challenge.html diff --git a/src/pages/errors/1000.html b/src/pages/errors/1000.html new file mode 100644 index 00000000..82907e68 --- /dev/null +++ b/src/pages/errors/1000.html @@ -0,0 +1,12 @@ +--- +title: Error +description: Nah, that's no good. +layout: default +permalink: /1000.html +--- +
+ +

Nah, that's no good.

+ ::CLOUDFLARE_ERROR_1000S_BOX:: +
+ \ No newline at end of file diff --git a/src/pages/errors/500.html b/src/pages/errors/500.html new file mode 100644 index 00000000..69304029 --- /dev/null +++ b/src/pages/errors/500.html @@ -0,0 +1,12 @@ +--- +title: Error +description: Nah, that's no good. +layout: default +permalink: /500.html +--- +
+ +

Nah, that's no good.

+ ::CLOUDFLARE_ERROR_500S_BOX:: +
+ \ No newline at end of file diff --git a/src/pages/errors/captcha.html b/src/pages/errors/captcha.html new file mode 100644 index 00000000..93f04446 --- /dev/null +++ b/src/pages/errors/captcha.html @@ -0,0 +1,12 @@ +--- +title: Error +description: Nah, that's no good. +layout: default +permalink: /captcha.html +--- +
+ +

Nah, that's no good.

+ ::CAPTCHA_BOX:: +
+ \ No newline at end of file diff --git a/src/pages/errors/400.html b/src/pages/errors/error.html similarity index 75% rename from src/pages/errors/400.html rename to src/pages/errors/error.html index e22d08f5..0089dc39 100644 --- a/src/pages/errors/400.html +++ b/src/pages/errors/error.html @@ -8,4 +8,4 @@ permalink: /error.html

Nah, that's no good.

- \ No newline at end of file + \ No newline at end of file diff --git a/src/pages/errors/js-challenge.html b/src/pages/errors/js-challenge.html new file mode 100644 index 00000000..2d3ec780 --- /dev/null +++ b/src/pages/errors/js-challenge.html @@ -0,0 +1,12 @@ +--- +title: Error +description: Nah, that's no good. +layout: default +permalink: /js-challenge.html +--- +
+ +

Nah, that's no good.

+ ::IM_UNDER_ATTACK_BOX:: +
+ \ No newline at end of file