may1425/index.html
2025-05-14 06:45:54 +00:00

12 lines
181 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Welcome</title>
</head>
<body>
<h1>Welcome to the Web App</h1>
<ul>
<li><a href="home.html">Home Page</a></li>
</ul>
</body>
</html>