projects
/
learn-rust.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
simple-http: Check hardcoded root path, add 404 page
[learn-rust.git]
/
simple-http
/
404.html
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
<meta charset="utf-8">
5
<title>Hello!</title>
6
</head>
7
<body>
8
<h1>Oops!</h1>
9
<p>I don't know about this resource.</p>
10
</body>
11
</html>