favicon added

This commit is contained in:
Florian Walther
2026-02-06 12:43:48 +01:00
parent 149cdf2e63
commit 3c324d355d
2 changed files with 24 additions and 0 deletions

View File

@@ -4,6 +4,8 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ block "title" . }}Passwort-Generator{{ end }}</title>
<link rel="icon" href="/static/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" href="/static/favicon.svg" type="image/x-icon">
<link rel="stylesheet" href="/static/style.css">
<script>
document.addEventListener('DOMContentLoaded', function() {