may1425/index.html

12 lines
181 B
HTML
Raw Normal View History

2025-05-14 06:26:10 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Welcome</title>
</head>
<body>
<h1>Welcome to the Web App</h1>
<ul>
2025-05-14 06:45:54 +00:00
<li><a href="home.html">Home Page</a></li>
2025-05-14 06:26:10 +00:00
</ul>
</body>
</html>