
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>GeekHouse - Accueil</title>
<style>
body { font-family: Arial, sans-serif; text-align:center; margin-top:50px; }
h1 { color:#333; }
.button { display:inline-block; margin:20px; padding:20px 40px; font-size:20px; color:white; background:#007ACC; border:none; border-radius:10px; text-decoration:none; }
.button:hover { background:#005A99; }
</style>
</head>
<body>
<h1>Bienvenue sur GeekHouse</h1>
<a class="button" href="/jellyfin/">Jellyfin</a>
<a class="button" href="/filebrowser">FileBrowser</a>
</body>
</html>
