Add animated DevOps welcome website

This commit is contained in:
2026-05-03 19:32:54 +01:00
parent aff7d4e371
commit 711db585fe
3 changed files with 196 additions and 0 deletions

22
index.html Normal file
View File

@@ -0,0 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Groupe RIF | DevOps Team</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="background-shape shape-1"></div>
<div class="background-shape shape-2"></div>
<main class="hero">
<div class="card">
<img src="logo.png" alt="Groupe RIF Logo" class="logo">
<span class="tag">Groupe RIF</span>
<h1>Hello DevOps Team</h1>
<p>Welcome to the Gitea workshop.</p>
</div>
</main>
</body>
</html>