2024-03-16 04:04:38 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="pl">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
|
|
<link rel="shortcut icon" href="assets/logo.png">
|
2024-04-20 09:16:26 -05:00
|
|
|
<link rel="stylesheet" href="css/style.css">
|
2024-04-07 16:23:37 -05:00
|
|
|
<title>sador - something weird happened</title>
|
2024-03-16 04:04:38 -05:00
|
|
|
</head>
|
|
|
|
|
2024-04-20 09:16:26 -05:00
|
|
|
<body>
|
|
|
|
<div id="container">
|
|
|
|
<h1 id="code">{{placeholder "http.error.status_code"}}</h1>
|
|
|
|
<p id="explanation">{{placeholder "http.error.message"}}.</p>
|
|
|
|
<a onclick="history.back()">go back</a>
|
|
|
|
</div>
|
2024-03-16 04:04:38 -05:00
|
|
|
</body>
|
2024-05-10 14:03:28 -05:00
|
|
|
|
|
|
|
</html>
|