Files
meteorance/index.html
2025-07-01 01:23:31 +02:00

26 lines
705 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 id="body">
<div class="container">
<img id="sun" src="soleil.png" />
<video>
<source src="tarpinchaud.webm" type="video/webm">
</video>
</div>
<script src="index.js" type="text/javascript"></script>
</body>
</html>