rust-http-server/hello.html

11 lines
182 B
HTML
Raw Permalink Normal View History

2023-07-23 19:42:45 +02:00
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Rust HTTP Server</title>
</head>
<body>
<h1>Hello from Rust!</h1>
</body>
</html>