diff options
| author | Syndamia <kamen@syndamia.com> | 2025-02-09 21:05:29 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2025-02-09 21:05:29 +0200 |
| commit | 0ed7e401196bba31375662475a1b69a6582766ec (patch) | |
| tree | ccbc2272feea162713fd06ce80b5e3e6fecb390a /views/global/header.php | |
| parent | ea25300ad04cda0b9b20393e174672fcca59d3ec (diff) | |
| download | nowayforward_human-0ed7e401196bba31375662475a1b69a6582766ec.tar nowayforward_human-0ed7e401196bba31375662475a1b69a6582766ec.tar.gz nowayforward_human-0ed7e401196bba31375662475a1b69a6582766ec.zip | |
feat: Add favicon
Diffstat (limited to 'views/global/header.php')
| -rw-r--r-- | views/global/header.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/global/header.php b/views/global/header.php index 5c3fbff..0831035 100644 --- a/views/global/header.php +++ b/views/global/header.php @@ -5,6 +5,7 @@ <meta name="robots" content="index, follow"> <meta name="theme-color" content="#2b2b2e"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="icon" type="image/png" href="/favicon.png"> <link rel="stylesheet" href="/styles.css"> <title><?= htmlspecialchars($title ?? "No Way Forward Human");?></title> </head> |
