Move to actix-web
This commit is contained in:
parent
296cd50b7b
commit
ccef0d9370
9 changed files with 1176 additions and 348 deletions
15
templates/404.html
Normal file
15
templates/404.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>404 Not Found</title>
|
||||
</head>
|
||||
<body align="center">
|
||||
<div align="center">
|
||||
<h1>404: Not Found</h1>
|
||||
<p>The requested resource could not be found.</p>
|
||||
<hr />
|
||||
<small>bin.</small>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
15
templates/500.html
Normal file
15
templates/500.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>500 Internal Server Error</title>
|
||||
</head>
|
||||
<body align="center">
|
||||
<div align="center">
|
||||
<h1>500: Internal Server Error</h1>
|
||||
<p>An error occurred while fetching the requested resource.</p>
|
||||
<hr />
|
||||
<small>bin.</small>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue