fix: add meta tag for proper scaling

main
Jef Roosens 2025-01-24 09:57:54 +01:00
parent fc02399e78
commit edd459e1af
No known key found for this signature in database
GPG Key ID: 21FD3D77D56BAF49
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@
<head>
<script src="/static/htmx_2.0.4.min.js" integrity="sha384-HGfztofotfshcF7+8n44JQL2oJmowVChPTg48S+jvZoztPfvwD79OC/LTtG6dMp+"></script>
<link rel="stylesheet" href="/static/pico.classless.green.min.css" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="light dark" />
<style type="text/css">
a:hover {
cursor:pointer;