We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d4fc1 commit 2b5e8ccCopy full SHA for 2b5e8cc
index.md
@@ -1,3 +1,11 @@
1
+<script src="https://cdn.jsdelivr.net/npm/drkmd-js/dist/drkmd-js.min.js"></script>
2
+<script>
3
+ function addDarkmode() {
4
+ new Darkmode().attach();
5
+ }
6
+ window.addEventListener('load', addDarkmode);
7
+</script>
8
+
9
<p align="center">
10
<img src="https://cdn.mxis.ch/assets/drkmd-js/moon.png" title="drkmd.js icon" alt="icon" width="128">
11
</p>
0 commit comments