Files
meteorance/index.html
2025-06-30 22:55:04 +02:00

20 lines
365 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">
</head>
<body>
<div class="container">
<video autoplay controls>
<source src="tarpinchaud.webm" type="video/webm">
</video>
</div>
</body>
</html>