mirror of
https://github.com/BreizhHardware/sansdomainefixe.xyz.git
synced 2026-01-18 19:47:19 +01:00
44 lines
2.8 KiB
HTML
44 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title> Sansdomainefixe.xyz </title>
|
|
<link rel="stylesheet" href="base.css">
|
|
<script src="script.js" defer></script>
|
|
<link rel="icon" href="src/img/favicon.png" type="image/x-icon">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
|
|
<script src="https://kit.fontawesome.com/5b8b37978c.js" crossorigin="anonymous"></script>
|
|
<script src="src/js/navigate.js" defer></script>
|
|
<script src="src/js/navigate.js" defer></script>
|
|
<link rel="stylesheet" href="output.css">
|
|
</head>
|
|
<body>
|
|
<div class="flex flex-col items-center justify-center min-h-screen bg-gradient-to-b from-primary to-secondary">
|
|
<div>
|
|
<h1 class="xl:text-9xl font-sans mb-4 text-white text-5xl">sansdomainefixe.xyz</h1>
|
|
<div class="flex flex-row justify-center space-x-4">
|
|
<a href="https://facebook.com"><i class="fa-brands fa-facebook" style="color: white; cursor: pointer; font-size: 3em"></i></a>
|
|
<a href="https://twitter.com"><i class="fa-brands fa-twitter" style="color: white; cursor: pointer; font-size: 3em"></i></a>
|
|
<a href="https://instagram.com"><i class="fa-brands fa-instagram" style="color: white; cursor: pointer; font-size: 3em"></i></a>
|
|
</div>
|
|
</div>
|
|
<button class="my-3 text-white border-solid border-2 border-white rounded-md px-1 py-2" id="goToLogin">Admistrez vos nom de domaine</button>
|
|
<div class="flex xl:flex-row flex-col justify-center space-x-4 mt-4 p-2 ">
|
|
<div class="flex flex-col items-center justify-center">
|
|
<h2 class="xl:text-4xl font-sans mb-4 text-white text-2xl">sansdomainefixe.xyz</h2>
|
|
<p class="xl:text-2xl text-xl font-sans mb-4 text-white border-solid border-2 border-white rounded-md px-1 py-2">Pour tous les gens qui n'ont pas de quoi se payer un nom de domaines, enregistrement gratuit offert par LGP Corp</p>
|
|
</div>
|
|
<div class="justify-center">
|
|
<img src="src/img/software_img.png" alt="software" />
|
|
</div>
|
|
</div>
|
|
<div class="flex flex-col justify-center space-x-4 mt-4 p-2">
|
|
<h2 class="xl:text-4xl text-2xl font-sans mb-4 text-white">Verifiez si votre nom de domaine est diponible :</h2>
|
|
<input type="text" class="px-4 py-2 border rounded-md text-black ml-3 text-center" placeholder="Rentrez votre nom de domaine" />
|
|
<button type="button" class="my-3 text-white border-solid border-2 border-white rounded-md px-1 py-2">Verifier</button>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |