diff options
Diffstat (limited to 'views')
| -rw-r--r-- | views/favicon.png | bin | 0 -> 1695 bytes | |||
| -rw-r--r-- | views/global/header.php | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/views/favicon.png b/views/favicon.png Binary files differnew file mode 100644 index 0000000..5ffe903 --- /dev/null +++ b/views/favicon.png 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> |
