Skip to content

Commit 47fb86b

Browse files
added toggle button to index.html
1 parent 4845519 commit 47fb86b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Website/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub" width="25" height="25"> <!-- GitHub Icon -->
2727
</a>
2828
</li>
29+
<li>
30+
<button id="toggle-dark-mode">
31+
<i class="fas fa-moon"></i>
32+
</button>
33+
</li>
2934
</ul>
3035
</nav>
3136
</header>

0 commit comments

Comments
 (0)