mirror of
https://github.com/BreizhHardware/sansdomainefixe.xyz.git
synced 2026-01-18 19:47:19 +01:00
30 lines
1.3 KiB
HTML
30 lines
1.3 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/componant/sidebar.js" defer></script>
|
|
<script src="src/js/componant/dropdown.js" type="module" defer></script>
|
|
<link rel="stylesheet" href="output.css">
|
|
</head>
|
|
<body>
|
|
<div class="grid grid-cols-4 grid-rows-5 gap-4 min-h-screen bg-gradient-to-b from-primary to-secondary">
|
|
<div class="col-start-1 col-span-4 row-start-1">
|
|
<h1 class="xl:text-4xl md:text-xl text-base font-sans mb-4 text-white mt-4 ml-2">sansdomainefixe.xyz</h1>
|
|
</div>
|
|
<div class="row-span-4 col-start-1 row-start-2 text-white ml-2">
|
|
<div id="sidebar"></div>
|
|
</div>
|
|
<div class="col-span-3 row-span-5 col-start-2 row-start-2 text-white">
|
|
<div id="dropdowndomain"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |