add favicon

This commit is contained in:
2026-02-22 21:03:32 +01:00
parent 07f4291149
commit f87a3f70d7
2 changed files with 3 additions and 2 deletions

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@@ -4,7 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>rosa's website</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="/style.css">
<link rel="icon" href="/favicon.ico">
</head>
<body>
<main>
@@ -48,7 +49,7 @@
</div>
<p>This work is licensed under the <a href="LICENSE.txt">Creative Commons Attribution-ShareAlike 4.0 International License</a></p>
<p>wraff!</p>
<pre id="last-updated">Last updated: 2026-02-21, 02:59:32 UTC</pre>
<pre id="last-updated">Last updated: 2026-02-22, 20:03:32 UTC</pre>
</main>
</body>
</html>