-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (35 loc) · 852 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>index</title>
</head>
<body>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Team Repository</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Welcome to Our Team's Repository Page</h1>
<nav>
<a href="about.html">About</a>
</nav>
</header>
<main>
<section>
<h2>Our First Team Repository</h2>
<p>We are excited to share our journey of collaboration and learning as a team. Our first repository is live on GitHub!</p>
</section>
</main>
<footer>
<p>© 2024 Team Manu, Meet, and Pranjal</p>
</footer>
</body>
</html>
</body>
</html>