mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-06-25 09:33:36 +02:00
14 lines
403 B
HTML
14 lines
403 B
HTML
<!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>
|
|
|