Improve error page
This commit is contained in:
11
errors/index.html
Normal file
11
errors/index.html
Normal file
@ -0,0 +1,11 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>{{placeholder "http.error.status_code"}} {{placeholder "http.error.status_text"}}</title>
|
||||
</head>
|
||||
<body bgcolor="black" text="white">
|
||||
<center>
|
||||
<h1>{{placeholder "http.error.status_code"}} {{placeholder "http.error.status_text"}}</h1>
|
||||
<img src='https://errors.boba.best/{{placeholder "http.error.status_code"}}.jpg' alt="cat" />
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user