feat: favicon and title fix
All checks were successful
Build and Deploy Docker Image / build (push) Successful in 41s

This commit is contained in:
Mike 2024-10-21 20:58:08 -04:00
parent cc8bc8f88c
commit c0a174c9d9
2 changed files with 15 additions and 14 deletions

View file

@ -1,17 +1,18 @@
<!doctype html> <!doctype html>
<html lang="en"> <html lang="en">
<head>
<meta charset="UTF-8" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"
/>
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Do Tech Bro</title>
</head>
<head> <body>
<meta charset="UTF-8" /> <div id="root"></div>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap"> <script type="module" src="/src/main.jsx"></script>
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> </body>
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> </html>
<title>Vite + React</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>

BIN
public/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB