personal-website/error.html
2024-08-10 10:03:59 +02:00

22 lines
573 B
HTML

<!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">
<link rel="stylesheet" href="css/style.css">
<title>something weird happened</title>
</head>
<body>
<div id="shadow"></div>
<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>
</body>
</html>