Add dark mode #1

Merged
9pfs merged 2 commits from dark-mode into main 2024-07-07 15:32:51 +00:00
Showing only changes of commit c7fab4c4e2 - Show all commits

View file

@ -2,6 +2,11 @@
<html>
<head>
<title>dinobox</title>
<style>
:root {
color-scheme: light dark;
}
</style>
<head>
<body>
<h1>dinobox</h1>