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:03:18 -04:00
committed by GitHub
parent 8d6e09b455
commit 89847cf092

View File

@@ -3,11 +3,12 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Welcome to the dark side</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet" href="dark-mode.css">
</head>
<body class="light">
<h1>Welcome to the dark side</h1>
<button class="dark-mode-toggle">Click me!</button>
<button class="dark-mode-toggle">💡 Try it out</button>
<script src="dark-mode.min.js"></script>
</body>