custom error page support
This commit is contained in:
parent
8afaaa10d2
commit
2cf6d91ff5
5 changed files with 139 additions and 0 deletions
17
templates/notfound.html
Normal file
17
templates/notfound.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="stylesheet" href="/css/error.css">
|
||||
<title>something something princess in other castle – Naman Sood</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Uncaught ReferenceError: {{path}} is not defined</h1>
|
||||
|
||||
<p>Haha, just kidding. No, but really, there's no page here. This is what the kids call an “Error 404” situation.</p>
|
||||
|
||||
<p>Consider visiting <a href='/'>my homepage</a>, which is guaranteed to exist.</p>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue