Files
meteorance/index.html
2025-06-30 23:01:34 +02:00

24 lines
617 B
HTML

<!doctype html>
<html lang="fr">
<head>
<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">
<meta property="og:title" content="Météo Rance" />
<meta property="og:image" content="https://meteorance.fr/favicon.png" />
<meta property="og:locale" content="fr_FR">
<meta property="og:description" content="La Météo Rance (fé chaud)" />
</head>
<body>
<div class="container">
<video autoplay controls>
<source src="tarpinchaud.webm" type="video/webm">
</video>
</div>
</body>
</html>