calendar

A HTML/PHP project for a self-hosted (family)-calendar.
Log | Files | Refs | README

commit 5d26999e2c78f88c0fec74e7d0acc7d62e060831
parent accfbef49a88f19c46633a063e813ace6664bc7b
Author: Julian Piribauer <julian.piribauer@gmail.com>
Date:   Sun, 10 May 2026 12:52:44 +0000

Move emoji to favicon, remove from tab title

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Diffstat:
Mstatic/index.html | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/static/index.html b/static/index.html @@ -7,7 +7,8 @@ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=EB+Garamond:ital,wght@0,400;0,600;1,400&display=swap" rel="stylesheet"> <link rel="stylesheet" href="/static/style.css"> - <title>📅 Calendar &mdash; Piribauer</title> + <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📅</text></svg>"> + <title>Calendar &mdash; Piribauer</title> </head> <body>