aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-03-22 13:24:18 +0100
committerThomas Vanbesien <tvanbesi@proton.me>2026-03-22 13:24:50 +0100
commit6a2c38dff48529672411419e1f56df0671f40365 (patch)
treeeb01b2257598dff5f5175f6a6268b2c7d7fdd6d3 /src
parent6ced3fae5446a8b173025d708c2f07aa23e640f8 (diff)
downloadcamagru-6a2c38dff48529672411419e1f56df0671f40365.tar.gz
camagru-6a2c38dff48529672411419e1f56df0671f40365.zip
Add favicon using webcam.svg
Diffstat (limited to 'src')
-rw-r--r--src/app/Views/layouts/main.php1
-rw-r--r--src/public/webcam.svg4
2 files changed, 5 insertions, 0 deletions
diff --git a/src/app/Views/layouts/main.php b/src/app/Views/layouts/main.php
index fd9ca40..7e4e31b 100644
--- a/src/app/Views/layouts/main.php
+++ b/src/app/Views/layouts/main.php
@@ -5,6 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Camagru</title>
+ <link rel="icon" href="/webcam.svg" type="image/svg+xml">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
diff --git a/src/public/webcam.svg b/src/public/webcam.svg
new file mode 100644
index 0000000..b84b46b
--- /dev/null
+++ b/src/public/webcam.svg
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
+<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
+<path d="M12 17C15.866 17 19 13.866 19 10C19 6.13401 15.866 3 12 3C8.13401 3 5 6.13401 5 10C5 13.866 8.13401 17 12 17ZM12 17V21M7 21H12M12 21H17M15 10C15 11.6569 13.6569 13 12 13C10.3431 13 9 11.6569 9 10C9 8.34315 10.3431 7 12 7C13.6569 7 15 8.34315 15 10Z" stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
+</svg> \ No newline at end of file