new error page

This commit is contained in:
Franek 2024-04-20 16:16:26 +02:00
parent bd784fa0f9
commit 14f4757f5d
No known key found for this signature in database
GPG Key ID: 0329F871B2079351

View File

@ -6,13 +6,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="assets/logo.png"> <link rel="shortcut icon" href="assets/logo.png">
<link rel="stylesheet" href="assets/style.css"> <link rel="stylesheet" href="css/style.css">
<title>sador - something weird happened</title> <title>sador - something weird happened</title>
</head> </head>
<body id="centered"> <body>
<h1 id="code">{{placeholder "http.error.status_code"}}</h1> <div id="container">
<p id="explanation">{{placeholder "http.error.message"}}.</p> <h1 id="code">{{placeholder "http.error.status_code"}}</h1>
<a onclick="history.back()">go back</a> <p id="explanation">{{placeholder "http.error.message"}}.</p>
<a onclick="history.back()">go back</a>
</div>
</body> </body>
</html> </html>