Files
meteorance/index.html
2025-06-30 22:13:26 +02:00

19 lines
314 B
HTML

<!doctype html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<title>Météo Rance</title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="container">
<video autoplay controls loop>
<source src="tarpinchaud.webm" type="video/webm">
</video>
</div>
</body>
</html>