First commit of the new Insider version on docker

This commit is contained in:
2024-03-27 18:20:08 +01:00
parent 7637b068f9
commit be57c29e6e
61 changed files with 13693 additions and 1 deletions

31
views/parametres.ejs Normal file
View File

@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<title>En maintenance...</title>
<link rel="icon" href="/public/assets/homelab_logo.png"/>
<style>
body {
background-color: #000;
text-align: center;
padding: 150px; }
h1 {
font-size: 50px; }
body {
font: 20px Helvetica, sans-serif; color: #fff;
}
img{
width : 300px;
height : 300px;
}
a{
color: #FFF
}
</style>
</head>
<body>
<img id="img" src="/client/assets/img/homelab_logo.png">
<h1>Désolé, nous sommes en maintenance.</h1>
<h2>Nous serons bientôt de retour..</h2>
</body>
</html>