1
mirror of https://github.com/jakejarvis/dark-mode-example.git synced 2025-10-18 22:04:25 -04:00

Update index.html

This commit is contained in:
2020-04-29 13:07:40 -04:00
committed by GitHub
parent 89847cf092
commit 3c8c26c745

View File

@@ -8,7 +8,7 @@
</head>
<body class="light">
<h1>Welcome to the dark side</h1>
<button class="dark-mode-toggle">💡 Try it out</button>
<button class="dark-mode-toggle">💡 You know you want to click this</button>
<script src="dark-mode.min.js"></script>
</body>