Update index.html

This commit is contained in:
2020-04-29 19:20:26 -04:00
committed by GitHub
parent 356d47424b
commit c78f3da94a
+1 -1
View File
@@ -3,7 +3,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<title>Welcome to the dark side 🌓</title> <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="normalize.min.css">
<link rel="stylesheet" href="dark-mode.css"> <link rel="stylesheet" href="dark-mode.css">
</head> </head>
<body class="light"> <body class="light">