diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-08-25 23:35:09 +0200 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2024-08-25 23:35:54 +0200 |
| commit | f3207bb5f941189c5ac961b56986fe4c9d35b5e6 (patch) | |
| tree | 19abaf7b668dc856f32eb49f4f97c19fa2682633 /index.html | |
| parent | 972a77545c430b7e72dabe803d9f5cfcf2994799 (diff) | |
Fix build and add logo
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -2,8 +2,12 @@ <html lang="en"> <head> <meta charset="UTF-8" /> - <link rel="icon" type="image/svg+xml" href="/vite.svg" /> + <link rel="icon" href="/favicon.ico" /> + <link rel="icon" type="image/jpg" href="/logo-512.jpg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + + <link rel="manifest" href="/manifest.webmanifest" /> + <title>UrbanoVigo Web</title> </head> <body> |
