dark theme and silly title

This commit is contained in:
Crispy 2024-04-26 22:32:34 +02:00
parent 273963f41a
commit 5aa14a96aa
2 changed files with 10 additions and 4 deletions

View file

@ -4,7 +4,10 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TITLE HERE</title>
<title>something silly</title>
<style>
html { color-scheme: dark; }
</style>
</head>
<body>
@ -18,4 +21,4 @@ i heard all the cool kids are doing it<br>
</body>
</html>
</html>

View file

@ -4,11 +4,14 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TITLE HERE</title>
<title>something silly</title>
<style>
html { color-scheme: dark; }
</style>
</head>
<body>
CONTENT HERE
</body>
</html>
</html>