aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-07-11 01:26:40 +0900
committernsfisis <nsfisis@gmail.com>2025-07-11 01:26:40 +0900
commit1e6d528f54744a7fd76ba5cac4e63d8b5abd5fd6 (patch)
tree9737a88baaf2d250c0d3ef168179ab2b025255ec /frontend
parentc25c6cedb637a12f7f34760b828d214f2b27cf1d (diff)
downloadfeedaka-1e6d528f54744a7fd76ba5cac4e63d8b5abd5fd6.tar.gz
feedaka-1e6d528f54744a7fd76ba5cac4e63d8b5abd5fd6.tar.zst
feedaka-1e6d528f54744a7fd76ba5cac4e63d8b5abd5fd6.zip
feat(frontend): move favicon to frontend/
Diffstat (limited to 'frontend')
-rw-r--r--frontend/index.html4
-rw-r--r--frontend/public/favicon.svg7
2 files changed, 9 insertions, 2 deletions
diff --git a/frontend/index.html b/frontend/index.html
index e4b78ea..85bac8f 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -2,9 +2,9 @@
<html lang="en">
<head>
<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" />
- <title>Vite + React + TS</title>
+ <title>feedaka</title>
</head>
<body>
<div id="root"></div>
diff --git a/frontend/public/favicon.svg b/frontend/public/favicon.svg
new file mode 100644
index 0000000..3602b2c
--- /dev/null
+++ b/frontend/public/favicon.svg
@@ -0,0 +1,7 @@
+<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
+ <rect x="0" y="0" width="100" height="100" rx="8" ry="8" fill="skyblue" />
+ <path d="M 0,18 L 74,18 A 8,8 0 0 1 82,26 L 82,100 L 0,100 L 0,18" fill="white" />
+ <path d="M 0,36 L 56,36 A 8,8 0 0 1 64,44 L 64,100 L 0,100 L 0,36" fill="skyblue" />
+ <path d="M 0,54 L 38,54 A 8,8 0 0 1 46,62 L 46,100 L 0,100 L 0,54" fill="white" />
+ <rect x="0" y="72" width="28" height="28" rx="8" ry="8" fill="skyblue" />
+</svg>