From e85e8ec6e559592b33e4fa8f8f87cc20174e6baf Mon Sep 17 00:00:00 2001 From: Jordan Holt Date: Mon, 10 Apr 2023 18:33:11 +0100 Subject: [PATCH] Initial commit --- 400.html | 16 ++++++++++++++++ 401.html | 16 ++++++++++++++++ 403.html | 16 ++++++++++++++++ 404.html | 16 ++++++++++++++++ 405.html | 16 ++++++++++++++++ 429.html | 16 ++++++++++++++++ 500.html | 16 ++++++++++++++++ 501.html | 16 ++++++++++++++++ 502.html | 16 ++++++++++++++++ 503.html | 16 ++++++++++++++++ 504.html | 16 ++++++++++++++++ LICENSE | 5 +++++ README.md | 5 +++++ 13 files changed, 186 insertions(+) create mode 100644 400.html create mode 100644 401.html create mode 100644 403.html create mode 100644 404.html create mode 100644 405.html create mode 100644 429.html create mode 100644 500.html create mode 100644 501.html create mode 100644 502.html create mode 100644 503.html create mode 100644 504.html create mode 100644 LICENSE create mode 100644 README.md diff --git a/400.html b/400.html new file mode 100644 index 0000000..a89d6cd --- /dev/null +++ b/400.html @@ -0,0 +1,16 @@ + + + + + + + 400 Bad Request - Vimium + + + +

400 Bad Request

+

Vimium

+ + \ No newline at end of file diff --git a/401.html b/401.html new file mode 100644 index 0000000..ba86d0a --- /dev/null +++ b/401.html @@ -0,0 +1,16 @@ + + + + + + + 401 Unauthorized - Vimium + + + +

401 Unauthorized

+

Vimium

+ + \ No newline at end of file diff --git a/403.html b/403.html new file mode 100644 index 0000000..348a3eb --- /dev/null +++ b/403.html @@ -0,0 +1,16 @@ + + + + + + + 403 Forbidden - Vimium + + + +

403 Forbidden

+

Vimium

+ + \ No newline at end of file diff --git a/404.html b/404.html new file mode 100644 index 0000000..62fa359 --- /dev/null +++ b/404.html @@ -0,0 +1,16 @@ + + + + + + + 404 Not Found - Vimium + + + +

404 Not Found

+

Vimium

+ + \ No newline at end of file diff --git a/405.html b/405.html new file mode 100644 index 0000000..34c8db3 --- /dev/null +++ b/405.html @@ -0,0 +1,16 @@ + + + + + + + 405 Method Not Allowed - Vimium + + + +

405 Method Not Allowed

+

Vimium

+ + \ No newline at end of file diff --git a/429.html b/429.html new file mode 100644 index 0000000..129f392 --- /dev/null +++ b/429.html @@ -0,0 +1,16 @@ + + + + + + + 429 Too Many Requests - Vimium + + + +

429 Too Many Requests

+

Vimium

+ + \ No newline at end of file diff --git a/500.html b/500.html new file mode 100644 index 0000000..12cd23d --- /dev/null +++ b/500.html @@ -0,0 +1,16 @@ + + + + + + + 500 Internal Server Error - Vimium + + + +

500 Internal Server Error

+

Vimium

+ + \ No newline at end of file diff --git a/501.html b/501.html new file mode 100644 index 0000000..8bc0bc6 --- /dev/null +++ b/501.html @@ -0,0 +1,16 @@ + + + + + + + 501 Not Implemented - Vimium + + + +

501 Not Implemented

+

Vimium

+ + \ No newline at end of file diff --git a/502.html b/502.html new file mode 100644 index 0000000..cd84b29 --- /dev/null +++ b/502.html @@ -0,0 +1,16 @@ + + + + + + + 502 Not Found - Vimium + + + +

502 Bad Gateway

+

Vimium

+ + \ No newline at end of file diff --git a/503.html b/503.html new file mode 100644 index 0000000..0aa1487 --- /dev/null +++ b/503.html @@ -0,0 +1,16 @@ + + + + + + + 503 Service Unavailable - Vimium + + + +

503 Service Unavailable

+

Vimium

+ + \ No newline at end of file diff --git a/504.html b/504.html new file mode 100644 index 0000000..2110138 --- /dev/null +++ b/504.html @@ -0,0 +1,16 @@ + + + + + + + 504 Gateway Timeout - Vimium + + + +

504 Gateway Timeout

+

Vimium

+ + \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..37470f7 --- /dev/null +++ b/LICENSE @@ -0,0 +1,5 @@ +Copyright (C) 2023 by Jordan Holt + +Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..f70da87 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Vimium Edge Errors + +HTML error pages served from the edge when things have gone wrong. + +Any resources must be inlined.