12 lines
181 B
HTML
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> |