20 lines
365 B
HTML
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>
|