Skip to content

Commit 6cdc7f2

Browse files
committed
Add themeToggleButton
1 parent d17df88 commit 6cdc7f2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
<meta name="twitter:title" content="Small HTML & CSS Projects - Practice Your Frontend Skills">
1919
<meta name="twitter:description"
2020
content="A curated collection of small HTML & CSS projects, perfect for practicing web design, experimenting with code, and boosting your frontend skills.">
21-
<title>Small HTML & CSS Projects</title>
2221
<link rel="stylesheet" href="https://champytech.github.io/general-files/simpleWebsite.css">
22+
<title>Small HTML & CSS Projects</title>
2323
</head>
2424

2525
<body>
@@ -44,6 +44,10 @@ <h1>Small HTML & CSS Projects - Practice Your Frontend Skills</h1>
4444
<footer>
4545
<p>Made with ❤️ by <b><a href="https://github.com/ChampyTech" target="_blank">ChampyTech</a></b></p>
4646
</footer>
47+
48+
<button id="themeToggleButton">Dark mode</button>
49+
50+
<script src="https://champytech.github.io/general-files/themeToggleButton.js"></script>
4751
</body>
4852

4953
</html>

0 commit comments

Comments
 (0)