Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 20 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,29 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Students Page</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Add your Name here!</h1>
</header>
<main>
<ul id="student-list">
<!-- Students' names will be added here -->
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Students Page</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header>
<h1>Anaga Balakrishna</h1>
</header>
<main>
<ul id="student-list">
<!-- Students' names will be added here -->

<li>
I am Patel Muhammad - 4rth Year CSE
</li>



</ul>
</main>
<footer>
<p>&copy; 2024 ACM x FSD Club, Dept. CSE</p>
</footer>
</body>
<li>I am Patel Muhammad - 4rth Year CSE</li>
</ul>
</main>
<footer>
<p>&copy; 2024 ACM x FSD Club, Dept. CSE</p>
</footer>
</body>
</html>