summaryrefslogtreecommitdiff
path: root/pages/status-500.sxml
blob: 62f2305ba1f5b4986a9690a7eb8c60cb97e664cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
;;; -*- scheme -*-

;;; Copyright © 2023 Jakob L. Kreuze <zerodaysfordays@sdf.org>
;;;
;;; This program is free software; you can redistribute it and/or
;;; modify it under the terms of the GNU General Public License as
;;; published by the Free Software Foundation; either version 3 of the
;;; License, or (at your option) any later version.
;;;
;;; This program is distributed in the hope that it will be useful,
;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
;;; General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with this program. If not, see
;;; <http://www.gnu.org/licenses/>.

(use-modules (jakob theme)
             (jakob utils sxml))

`((title . "Internal Server Error")
  (content
   . ((p "Server responded with a status of 500: Internal Server Error.")
      (hr)
      (p "Yo, listen up, I got a problem with my server"
         (br)
         "It's giving me an error, won't let me serve no more"
         (br)
         "I think it's 'cause I'm overloaded, too many requests"
         (br)
         "But I tried to fix it, I even upgraded my plans"
         (br)
         "Still not working, it's like a curse"
         (br)
         "I'm sorry for the inconvenience, but I'm trying my best"
         (br)
         "To get this fixed, I'll keep on messing with the code"
         (br)
         "Until it works properly, I won't give up the fight"
         (br)
         "500 error, it's an internal server mistake"
         (br)
         "I know it's frustrating, but please be patient, it's not my fault"
         (br)
         "I'm working on it, I promise you that much"
         (br)
         "So just keep on hitting that refresh button, and soon enough"
         (br)
         "My server will be back to its old self"))))