Files
http/Resources/Hello.html
GuilhermeWerner c342c61b1a Simple HTTP Server
2021-07-04 10:51:06 -03:00

15 lines
203 B
HTML

<!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>