mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
18 lines
432 B
HTML
18 lines
432 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Main Project Index</title>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to My Website</h1>
|
|
<p>Select a project to explore:</p>
|
|
|
|
<ul>
|
|
<li><a href="project1/index.html">Project 1</a></li>
|
|
<li><a href="project2/index.html">Project 2</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|