Files
web_server/html/index.html
2025-11-17 22:31:32 +00:00

13 lines
301 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AF</title>
</head>
<body>
<h1>Welcome to my website</h1>
<p>Stay here please...</p>
</body>
</html>