helpcenter/Web/404.htm

109 lines
3.0 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" href="./favicon.ico" type="image/x-icon" />
<title>ONLYOFFICE is on maintenance</title>
<style type="text/css">
html, body, div, span, p {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
background: transparent;
}
body {
cursor: default;
}
html {
height: 100%;
}
body {
min-height: 100%;
position: relative;
}
* html body {
height: 100%;
}
#wrapper {
width: 100%;
padding: 117px 0 187px;
z-index: 1;
}
#bg_pic_error {
height: 412px;
background: url("https://static.onlyoffice.com/bg_404.svg") no-repeat;
background-size: contain;
background-position: 50% 50%;
filter: grayscale(100%);
}
#container {
width: 530px;
margin: 0 auto;
text-align: center;
font: normal 16px/22px Open Sans;
}
p {
font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 22px;
text-align: center;
color: #555555;
}
h1 {
font-family: Open Sans;
font-style: normal;
font-weight: bold;
font-size: 40px;
line-height: 53px;
text-align: center;
letter-spacing: -0.02em;
color: #333333;
}
a.bottom {
display: inline-block;
padding: 20px;
margin-top: 24px;
font-family: 'Open Sans',sans-serif,Arial;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 133%;
text-align: center;
letter-spacing: .08em;
text-transform: uppercase;
color: #fff;
text-decoration: none;
box-sizing: border-box;
border-radius: 3px;
background-color: #ff6f3d;
transition: .1s linear all;
-moz-transition: .1s linear all;
-webkit-transition: .1s linear all;
}
</style>
</head>
<body>
<div id="wrapper">
<div id="bg_pic_error"></div>
<div id="container">
<h1>404 Error!</h1>
<p>It seems you clicked on an invalid link, or entered an address that is <br /> not on this website</p>
<p><a class="bottom" href="/">Go to home page</a></p>
</div>
</div>
</body>
</html>