22 lines
595 B
HTML
22 lines
595 B
HTML
<!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> |