🍱(demo) change favicon application

Change favicon and title
This commit is contained in:
jbpenrath
2024-02-15 00:52:11 +01:00
committed by Jean-Baptiste PENRATH
parent ca56ab32c7
commit 7913075faf
3 changed files with 2 additions and 3 deletions

View File

@@ -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.png' />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
<title>Cunningham | Demo</title>
</head>
<body>
<div id="root"></div>