rust-http-server/index.html
mtgmonkey 02acb04f65 init
2025-06-16 15:48:31 -04:00

11 lines
147 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Test</title>
</head>
<body>
<h1>Test</h1>
<p>Does it work?</p>
</body>
</html>