mirror of
https://github.com/jakejarvis/dark-mode-example.git
synced 2026-09-11 23:25:34 -04:00
Update index.html
This commit is contained in:
+2
-2
@@ -8,10 +8,10 @@
|
|||||||
</head>
|
</head>
|
||||||
<body class="light">
|
<body class="light">
|
||||||
<h1>Welcome to the dark side 🌓</h1>
|
<h1>Welcome to the dark side 🌓</h1>
|
||||||
<p><a href="https://github.com/jakejarvis/dark-mode-example" target="_blank" rel="noopener">View the source code</a> or <a href="https://jarv.is/notes/dark-mode/" target="_blank" rel="noopener">read the post</a>.</p>
|
|
||||||
|
|
||||||
<button class="dark-mode-toggle">💡 You know you want to click this...</button>
|
<button class="dark-mode-toggle">💡 You know you want to click this...</button>
|
||||||
|
|
||||||
|
<p><a href="https://github.com/jakejarvis/dark-mode-example" target="_blank" rel="noopener">View the source code</a> or <a href="https://jarv.is/notes/dark-mode/" target="_blank" rel="noopener">read the post</a>.</p>
|
||||||
|
|
||||||
<script async defer src="dark-mode.min.js"></script>
|
<script async defer src="dark-mode.min.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user