commit 7c099876ce8cbedb5b5721cd9df6ee614b044cbd Author: Yanis Rigaudeau Date: Mon Jun 30 22:13:26 2025 +0200 first commit diff --git a/index.css b/index.css new file mode 100644 index 0000000..b0471f6 --- /dev/null +++ b/index.css @@ -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; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..1c26cb5 --- /dev/null +++ b/index.html @@ -0,0 +1,18 @@ + + + + + + Météo Rance + + + + +
+ +
+ + + diff --git a/tarpinchaud.webm b/tarpinchaud.webm new file mode 100644 index 0000000..b7da280 Binary files /dev/null and b/tarpinchaud.webm differ