rust-http-server/404.html
mtgmonkey 02acb04f65 init
2025-06-16 15:48:31 -04:00

10 lines
201 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>404 NOT_FOUND</title>
</head>
<body>
Page not found. Check you typed the address correctly, or contact the site owner.
</body>
</html>