first commit

This commit is contained in:
2025-06-30 22:13:26 +02:00
commit 7c099876ce
3 changed files with 39 additions and 0 deletions

21
index.css Normal file
View File

@ -0,0 +1,21 @@
body {
margin: 0;
height: 100vh;
width: 100vw;
}
div.container {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
video {
display: flex;
margin: 50px;
max-width: 1920px;
width: 100%;
height: auto;
}

18
index.html Normal file
View File

@ -0,0 +1,18 @@
<!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>

BIN
tarpinchaud.webm Normal file

Binary file not shown.