fix: typo in URL
This commit is contained in:
18
error.html
Normal file
18
error.html
Normal file
@ -0,0 +1,18 @@
|
||||
<!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="assets/style.css">
|
||||
<title>sador - something weird happened</title>
|
||||
</head>
|
||||
|
||||
<body id="centered">
|
||||
<h1 id="code">{{placeholder "http.error.status_code"}}</h1>
|
||||
<p id="explanation">{{placeholder "http.error.message"}}.</p>
|
||||
<a onclick="history.back()">go back</a>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user