add favicon

This commit is contained in:
2025-06-30 22:55:04 +02:00
parent 7ec5f8c585
commit 0a04b6fb4c
3 changed files with 9 additions and 5 deletions

View File

@ -5,11 +5,12 @@
<meta charset="UTF-8" />
<title>Météo Rance</title>
<link rel="stylesheet" href="index.css">
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<div class="container">
<video autoplay controls loop>
<video autoplay controls>
<source src="tarpinchaud.webm" type="video/webm">
</video>
</div>