31 lines
673 B
Plaintext
31 lines
673 B
Plaintext
|
|
<!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> |