Add animated DevOps welcome website
This commit is contained in:
22
index.html
Normal file
22
index.html
Normal 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>
|
||||
Reference in New Issue
Block a user