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,13 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>something silly - index</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>
<h1>crispys blug</h1>
<main>
<h1>crispys blug</h1>
<p>
hello i might write some words here from time to time<br>
</p>
@ -34,6 +34,7 @@ this means it is<br>
- todo: put more words in the computer<br>
</p>
</main>
</body>
</html>
</html>