5 lines
106 B
HTML
5 lines
106 B
HTML
<script>
|
|
if (localStorage.getItem('dark-mode') === 'true') {
|
|
darkmode_enable()
|
|
}
|
|
</script> |