taniere-solidaire-acceuil/index.html
2024-04-20 16:04:27 +02:00

49 lines
No EOL
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Acceuil de la tanière solidaire</title>
</head>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="/assets/css/style.css">
<body>
<div class="Header">
<h1>La Tanière Solidaire</h1>
<input type="checkbox" id="darkMode" name="darkMode">
</div>
<p>
Bienvenue sur le server de la tanière solidaire, un <a href="https://la-taniere-solidaire.gay/asso">projet associatif</a>
</p>
<h2>Les services :</h2>
<a href="-/">
<h3>Nextcloud</h3>
<div class="service_icon">
</div>
</a>
<a href="https://bitwarden.la-taniere-solidaire.gay/">
<h3>Bitwarden</h3>
<div class="service_icon">
</div>
</a>
<a href="https://forgejo.la-taniere-solidaire.gay/">
<h3>Forgejo</h3>
<div class="service_icon">
</div>
</a>
<a href="https://la-taniere-solidaire.gay/">
<h3>Email</h3>
<div class="service_icon">
</div>
</a>
</body>
</html>