dark theme and silly title
This commit is contained in:
parent
273963f41a
commit
5aa14a96aa
2 changed files with 10 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue