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> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <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> </head>
<body> <body>

View file

@ -4,7 +4,10 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <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> </head>
<body> <body>