Skip to content

Commit 7435dbf

Browse files
Update index.html
1 parent d112807 commit 7435dbf

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@
88
</head>
99
<body class="bg-gray-50 text-gray-800 font-sans">
1010

11-
<!-- Header -->
12-
<header class="bg-white shadow-md">
13-
<div class="max-w-7xl mx-auto px-6 py-4 flex justify-between items-center">
14-
<h1 class="text-xl font-bold">Seminar Answers</h1>
15-
<nav class="space-x-4">
16-
<a href="#" class="text-gray-600 hover:text-blue-600">coming soon</a>
17-
<a href="#topics" class="text-gray-600 hover:text-blue-600">coming soon</a>
18-
</nav>
19-
</div>
20-
</header>
11+
<header class="bg-white shadow-md">
12+
<div class="max-w-7xl mx-auto px-6 py-4 flex justify-between items-center">
13+
<h1 class="text-xl font-bold">Seminar Answers</h1>
14+
<nav class="space-x-4">
15+
<a href="welcome.html" class="text-gray-600 hover:text-blue-600">Welcome</a>
16+
<a href="feedback.html" class="text-gray-600 hover:text-blue-600">Feedback</a>
17+
</nav>
18+
</div>
19+
</header>
2120

2221
<!-- Hero Section -->
2322
<section class="text-center py-20 bg-gradient-to-r from-blue-500 to-purple-600 text-white">
@@ -58,3 +57,4 @@ <h3 class="text-xl font-semibold mb-2">Corporate Governance</h3>
5857
</body>
5958

6059
</html>
60+

0 commit comments

Comments
 (0)