projects
/
learn-rust.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
simple-http: Initial skeleton
[learn-rust.git]
/
simple-http
/
hello.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>Hello!</h1>
9
<p>Hi from Rust</p>
10
</body>
11
</html>