Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 4685653

Browse files
authored
Update index.html
1 parent 89d5bb1 commit 4685653

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,14 @@ <h2>Settings</h2>
6868
<input type="checkbox" id="bgImageToggle">
6969
Enable Background Image
7070
</label>
71+
<label>
72+
<input type="checkbox" id="blurToggle">
73+
Enable Background Blur
74+
</label>
7175
<button id="closeSettings">Close</button>
7276
</div>
7377
</div>
7478

7579
<script src="js/main.js"></script>
7680
</body>
7781
</html>
78-
</html>

0 commit comments

Comments
 (0)