19 lines
314 B
HTML
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>
|