Favicon and Page-Title

This commit is contained in:
glax 2025-05-08 02:23:48 +02:00
parent 6109bb678a
commit 65457c289f

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