mirror of https://github.com/wg-easy/wg-easy
committed by
GitHub
1 changed files with 8 additions and 2 deletions
@ -12,7 +12,13 @@ |
|||
</head> |
|||
|
|||
<body class="bg-gray-50"> |
|||
|
|||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/darkmode-js.min.js"></script> |
|||
<script> |
|||
function addDarkmodeWidget() { |
|||
new Darkmode().showWidget(); |
|||
} |
|||
window.addEventListener('load', addDarkmodeWidget); |
|||
</script> |
|||
<div id="app"> |
|||
|
|||
<div class="container mx-auto max-w-3xl"> |
|||
@ -482,4 +488,4 @@ |
|||
<script src="./js/app.js"></script> |
|||
</body> |
|||
|
|||
</html> |
|||
</html> |
|||
|
|||
Loading…
Reference in new issue