Build_Site

This commit is contained in:
risadmin_prod 2025-05-14 06:26:10 +00:00
commit 9f9133c871

12
index.html Normal file
View File

@ -0,0 +1,12 @@
<!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>