First commit of the new Insider version on docker
This commit is contained in:
31
views/parametres.ejs
Normal file
31
views/parametres.ejs
Normal 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>
|
||||
Reference in New Issue
Block a user