-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_3.html
41 lines (38 loc) · 1.13 KB
/
index_3.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
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sarvesh Soni - More</title>
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body class="index_3">
<header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="index_1.html">Achievements</a></li>
<li><a href="index_2.html">About Me</a></li>
<li><a href="index_3.html">More</a></li>
</ul>
<button id="dark-mode-toggle">Toggle Dark Mode</button>
</nav>
</header>
<main>
<section class="more">
<div class="container">
<h1>Sarvesh Soni - More</h1>
<!-- Add more content here as needed -->
</div>
</section>
</main>
<footer>
<div class="container">
<p>© 2023 Sarvesh Soni | Portfolio</p>
</div>
</footer>
<script src="scripts.js"></script>
</body>
</html>