First commit of the new Insider version on docker
This commit is contained in:
49
views/file-expired.ejs
Normal file
49
views/file-expired.ejs
Normal file
@@ -0,0 +1,49 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user