custom error page support
This commit is contained in:
parent
8afaaa10d2
commit
2cf6d91ff5
5 changed files with 139 additions and 0 deletions
16
templates/error.html
Normal file
16
templates/error.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="stylesheet" href="/css/error.css">
|
||||
<title>oh no – Naman Sood</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>That was <em>not</em> supposed to happen.</h1>
|
||||
|
||||
<p>Calm down. Take a deep breath. Error {{code}}s can happen to anyone. Seriously. It's alright.</p>
|
||||
|
||||
<p>Try again in a while, or check out my <a href="https://nsood.in">website</a>, which should not have these issues. Probably.</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue