diff options
| author | Tom Smeding <tom@tomsmeding.com> | 2026-05-08 22:39:57 +0200 |
|---|---|---|
| committer | Tom Smeding <tom@tomsmeding.com> | 2026-05-08 22:39:57 +0200 |
| commit | 4dc5780474753b804cfc7f095c2bc47b8229f5e2 (patch) | |
| tree | 1ee1e781fb757c33cbc4abc9197d4bffbc54ab5e /pages | |
| parent | f3e87d7f1a43489f79dcd1eae1cc8b6a9c852253 (diff) | |
Favicon
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/calendar-day.mustache | 1 | ||||
| -rw-r--r-- | pages/calendar.mustache | 1 | ||||
| -rw-r--r-- | pages/favicon.png | bin | 0 -> 3752 bytes | |||
| -rw-r--r-- | pages/index.mustache | 1 | ||||
| -rw-r--r-- | pages/log.mustache | 1 |
5 files changed, 4 insertions, 0 deletions
diff --git a/pages/calendar-day.mustache b/pages/calendar-day.mustache index a01113a..f72f42a 100644 --- a/pages/calendar-day.mustache +++ b/pages/calendar-day.mustache @@ -5,6 +5,7 @@ <title>{{channel}} {{date}} ({{network}}) - tirclogv</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/style.css"> + <link rel="icon" type="image/png" href="/favicon.png"> </head> <body> <div id="gridwrapper" data-page="withheader"> diff --git a/pages/calendar.mustache b/pages/calendar.mustache index 48f9db0..b8a8b53 100644 --- a/pages/calendar.mustache +++ b/pages/calendar.mustache @@ -5,6 +5,7 @@ <title>Calendar {{channel}} ({{network}}) - tirclogv</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/style.css"> + <link rel="icon" type="image/png" href="/favicon.png"> </head> <body> <div id="gridwrapper" data-page="withheader"> diff --git a/pages/favicon.png b/pages/favicon.png Binary files differnew file mode 100644 index 0000000..edff219 --- /dev/null +++ b/pages/favicon.png diff --git a/pages/index.mustache b/pages/index.mustache index 83cd0cb..8811d7f 100644 --- a/pages/index.mustache +++ b/pages/index.mustache @@ -5,6 +5,7 @@ <title>tirclogv</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/style.css"> + <link rel="icon" type="image/png" href="/favicon.png"> </head> <body> <div id="gridwrapper" data-page="index"> diff --git a/pages/log.mustache b/pages/log.mustache index 20b2fa2..fc01310 100644 --- a/pages/log.mustache +++ b/pages/log.mustache @@ -5,6 +5,7 @@ <title>{{channel}} ({{network}}) - tirclogv</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="/style.css"> + <link rel="icon" type="image/png" href="/favicon.png"> </head> <body> <div id="gridwrapper" data-page="withheader"> |
