aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2025-02-09 21:05:29 +0200
committerSyndamia <kamen@syndamia.com>2025-02-09 21:05:29 +0200
commit0ed7e401196bba31375662475a1b69a6582766ec (patch)
treeccbc2272feea162713fd06ce80b5e3e6fecb390a
parentea25300ad04cda0b9b20393e174672fcca59d3ec (diff)
downloadnowayforward_human-0ed7e401196bba31375662475a1b69a6582766ec.tar
nowayforward_human-0ed7e401196bba31375662475a1b69a6582766ec.tar.gz
nowayforward_human-0ed7e401196bba31375662475a1b69a6582766ec.zip
feat: Add favicon
-rw-r--r--views/favicon.pngbin0 -> 1695 bytes
-rw-r--r--views/global/header.php1
2 files changed, 1 insertions, 0 deletions
diff --git a/views/favicon.png b/views/favicon.png
new file mode 100644
index 0000000..5ffe903
--- /dev/null
+++ b/views/favicon.png
Binary files 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 @@
<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>