Files
bdi_podman_serverconf/containers/caddy/error.html
T
2026-07-12 18:58:11 +02:00

86 строки
2.5 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" />
<meta name="viewport" content="width=600,initial-scale = 2.3,user-scalable=no">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:600" rel="stylesheet">
<title>Update in progress...</title>
<style type="text/css">
*{
transition: all 0.6s;
}
html {
width: 100%;
height: 100%;
background:#000;
}
body{
font-family: 'Open Sans';
margin: 0;
width: 100%;
height: 100%;
}
#main{
display: table;
width: 100%;
height: 100%;
text-align: center;
}
.logo{
margin-bottom:4em;
}
.text{
display: table-cell;
vertical-align: middle;
}
.text h1{
font-size: 3em;
display: inline-block;
padding-right: 12px;
animation: type .5s alternate infinite;
color:#fff;
}
p {
color: #fff;
}
@keyframes type{
from{box-shadow: inset -3px 0px 0px #888;}
to{box-shadow: inset -3px 0px 0px transparent;}
}
</style>
</head>
<body>
<div id="main">
<div class="text">
<div class="logo">
<img height="80" src=""/>
</div>
<h1>
Update in progress...
<!-- Aggiornamento in corso... -->
</h1>
<p>
We are updating the software to the new version. Please try again in a few minutes.<br>If this screen has been present for some time, please contact us.
<!-- Stiamo aggiornando il software alla nuova versione. Riprova tra qualche minuto.<br>Se questa schermata è presente da diverso tempo, contattaci. -->
</p>
</div>
</div>
</body>
</html>