diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/app/Views/layouts/main.php | 1 | ||||
| -rw-r--r-- | src/public/webcam.svg | 4 |
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 |
