simple styling and a favicon :3

This commit is contained in:
Crispy 2024-05-26 17:58:00 +02:00
parent 66d39fd653
commit bb92241af6
6 changed files with 37 additions and 20 deletions

View file

@ -5,13 +5,14 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>something silly - {FILENAME}</title>
<style>
html { color-scheme: dark; }
</style>
<link rel="stylesheet" href="/style.css">
<link rel="icon" type="image/x-icon" href="/cretin.png">
</head>
<body>
{CONTENT}
<main>
{CONTENT}
</main>
</body>
</html>
</html>