Add hello server example

This commit is contained in:
Laurens Miers 2021-05-25 23:44:59 +02:00
parent 4a96584615
commit 04171cde74
5 changed files with 185 additions and 0 deletions

11
hello_server/hello.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hello!</title>
</head>
<body>
<h1>Hello!</h1>
<p>Hi from Rust</p>
</body>
</html>