calendar

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

commit accfbef49a88f19c46633a063e813ace6664bc7b
parent f4e146350c6b8ac57c92bb7a86aa876d5ca036b8
Author: Julian Piribauer <julian.piribauer@gmail.com>
Date:   Sat,  9 May 2026 18:36:24 +0000

Add 📅 emoji to browser tab title

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

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

diff --git a/static/index.html b/static/index.html @@ -7,7 +7,7 @@ <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> + <title>📅 Calendar &mdash; Piribauer</title> </head> <body>