rust-book/hello/404.html

12 lines
200 B
HTML
Raw Permalink Normal View History

2019-02-11 13:00:41 -05:00
<!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>