chore(frontend): add branded document title and favicon

This commit is contained in:
2026-05-01 02:01:36 +03:30
parent b688bb1ec3
commit 319b3da294
2 changed files with 22 additions and 2 deletions

View File

@@ -2,9 +2,9 @@
<html lang="en"> <html lang="en">
<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>frontend</title> <title>Qlockify.ir | Time Tracking for Modern Teams</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

20
public/favicon.svg Normal file
View File

@@ -0,0 +1,20 @@
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="64" height="64" rx="18" fill="#0F172A"/>
<path
d="M24 14C18.4772 14 14 18.4772 14 24V28H20V24C20 21.7909 21.7909 20 24 20H28V14H24Z"
fill="#60A5FA"
/>
<path
d="M40 14H36V20H40C42.2091 20 44 21.7909 44 24V28H50V24C50 18.4772 45.5228 14 40 14Z"
fill="#60A5FA"
/>
<path
d="M44 40C44 42.2091 42.2091 44 40 44H36V50H40C45.5228 50 50 45.5228 50 40V36H44V40Z"
fill="#38BDF8"
/>
<path
d="M20 40V36H14V40C14 45.5228 18.4772 50 24 50H28V44H24C21.7909 44 20 42.2091 20 40Z"
fill="#38BDF8"
/>
<rect x="23" y="23" width="18" height="18" rx="5" fill="white" fill-opacity="0.08"/>
</svg>

After

Width:  |  Height:  |  Size: 734 B