fix: update favicon and site title; remove unused responsive language text

This commit is contained in:
Dayron
2025-11-12 23:48:01 +01:00
parent 16d5a224eb
commit f4a5a6e396
4 changed files with 3 additions and 9 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="/public/personnes.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>xeewy.eu</title>
<title>xeewy.be</title>
</head>
<body>
<div id="root"></div>