This repository has been archived on 2023-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
rust-web-server/404.html
2023-03-25 21:03:12 +00:00

11 lines
205 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hello!</title>
</head>
<body>
<h1>Oops!</h1>
<p>Sorry, I don't know what you're asking for.</p>
</body>
</html>