mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-06-25 09:33:36 +02:00
「✨」 feat: added error page implementation
This commit is contained in:
13
not_found.html
Normal file
13
not_found.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Not found D:</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>The page you requested was not found. Here is an image of Kanel instead</h1>
|
||||
<img src= "https://send.kanel.ovh/hotlink/xA0pJbJY6vuwjvGjpXHde6Y7WSVs7VF0qWp8y9YS.png" width="500" height="500">
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user