50 lines
1.2 KiB
Plaintext
50 lines
1.2 KiB
Plaintext
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Fichier non trouvé</title>
|
|
<link rel="icon" href="/public/assets/homelab_logo.png" />
|
|
<style>
|
|
body {
|
|
font-family: Arial, sans-serif;
|
|
background-image: linear-gradient(to right, #66eaa8, #a2674b);
|
|
color: #fff;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 100vh;
|
|
margin: 0;
|
|
}
|
|
|
|
.container {
|
|
text-align: center;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 2rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
p {
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
.error {
|
|
font-size: 1.5rem;
|
|
color: darkred;
|
|
margin-top: 2rem;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>Désolé, ce fichier a expiré 😔</h1>
|
|
<p>Le fichier que vous essayez d'accéder a expiré et n'est plus disponible.</p>
|
|
<p class="error">Code d'erreur: Ysx457S_FileExpired</p>
|
|
</div>
|
|
</body>
|
|
</html>
|
|
</body>
|
|
</html>
|