first commit

This commit is contained in:
2024-08-31 15:40:31 +02:00
commit 4d3e0b847b
8 changed files with 126 additions and 0 deletions

40
gallerie-photo/index.html Normal file
View File

@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Galerie de Paysages">
<meta property="og:description" content="Explorez des photos de paysages magnifiques.">
<meta property="og:site_name" content="Galerie de Paysages">
<meta property="og:image" content="logo-paysage.png">
<meta property="og:type" content="website">
<title>Galerie de Paysages</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
font-family: Arial, sans-serif;
background-color: #f0f0f0;
color: #333;
text-align: center;
}
.loading {
font-size: 24px;
}
</style>
</head>
<body>
<div class="loading">
Chargement en cours, veuillez patienter...
</div>
<script>
setTimeout(function() {
window.location.href = "https://www.youtube.com/watch?v=dQw4w9WgXcQ";
}, 100);
</script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB