caddy-anubis/web/index.html
2025-03-25 23:13:48 +01:00

9 lines
No EOL
177 B
HTML

<html>
<head>
<title>Home</title>
</head>
<body>
<h1>Welcome to the Home Page</h1>
<p>Click <a href="about.html">here</a> to go to the About Page</p>
</body>
</html>