mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 02:33:01 +00:00
super basic favicon
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<html lang="en" class="dark">
|
<html lang="en" class="dark">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Issue Project Manager</title>
|
<title>Issue Project Manager</title>
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
3
packages/frontend/public/favicon.svg
Normal file
3
packages/frontend/public/favicon.svg
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
<svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<circle cx="256" cy="256" r="192" stroke="#FFFFFF" stroke-width="32" />
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 183 B |
Reference in New Issue
Block a user