From 0403bda13873c9b6bee9030232af3e6db40457fc Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 9 Jan 2023 22:32:05 +0100 Subject: [PATCH] 500 and 503 error added --- 500/index.html | 17 +++++++++++++++++ 503/index.html | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 500/index.html create mode 100644 503/index.html diff --git a/500/index.html b/500/index.html new file mode 100644 index 0000000..bb710f2 --- /dev/null +++ b/500/index.html @@ -0,0 +1,17 @@ + + + + 500 + + + + + + +

500

+

Internal Server Error

+

Well, sorry, I'm sure the thought of browsing this webpage got you pretty excited but you'll have to come back later I guess...

+ + + + \ No newline at end of file diff --git a/503/index.html b/503/index.html new file mode 100644 index 0000000..379ad46 --- /dev/null +++ b/503/index.html @@ -0,0 +1,17 @@ + + + + 404 + + + + + + +

503

+

Service Unavailable

+

Well, sorry, I'm sure the thought of browsing this webpage got you pretty excited but you'll have to come back later I guess...

+ + + + \ No newline at end of file