Fix favicon

This commit is contained in:
danb 2024-10-23 21:06:02 +02:00
parent 6fb6ceebcf
commit dccff29ca2
No known key found for this signature in database
GPG key ID: F4195122BD1ABF14

View file

@ -28,7 +28,7 @@ output-format:
<head>
<meta charset="UTF-8">
<title>$$DOCUMENT_TITLE$$</title>
<link rel="icon" type="image/x-icon" href="/catcube.fav.jpg">
<link rel="icon" type="image/gif" href="/catcube.fav.gif">
<style>
body {
margin: 2rem;