ninefiftyone/index.html

12 lines
181 B
HTML
Raw Normal View History

2025-04-26 06:55:13 +00:00
<!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>