Browse Source

feat: add dark reader lock to index.html

pull/2/head
Muthu Kumar 1 year ago
committed by GitHub
parent
commit
f0a7831c9d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      index.html

3
index.html

@ -5,6 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Personal website of MKRhere" />
<meta name="darkreader-lock">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
@ -27,4 +28,4 @@
<script type="module" src="/src/index.tsx"></script>
</body>
</html>
</html>

Loading…
Cancel
Save