From 0ed7e401196bba31375662475a1b69a6582766ec Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 9 Feb 2025 21:05:29 +0200 Subject: feat: Add favicon --- views/favicon.png | Bin 0 -> 1695 bytes views/global/header.php | 1 + 2 files changed, 1 insertion(+) create mode 100644 views/favicon.png diff --git a/views/favicon.png b/views/favicon.png new file mode 100644 index 0000000..5ffe903 Binary files /dev/null and b/views/favicon.png differ 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 @@ + <?= htmlspecialchars($title ?? "No Way Forward Human");?> -- cgit v1.2.3