2020-09-01 21:51:06 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en" dir="ltr" xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv=X-UA-Compatible content="IE=edge" />
|
|
|
|
<meta content="text/html;charset=utf-8" http-equiv=Content-Type />
|
|
|
|
<meta name=viewport content="user-scalable=1.0,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0" />
|
|
|
|
<meta name=apple-mobile-web-app-capable content=yes />
|
|
|
|
<meta name=format-detection content="telephone=no" />
|
2020-10-29 00:46:40 +03:00
|
|
|
<meta name="robots" content="noindex,nofollow">
|
2020-09-01 21:51:06 +03:00
|
|
|
<link type=text/css href="/styles/style.css" media="screen" rel="stylesheet" title="CSS" />
|
|
|
|
<link rel="apple-touch-icon" href="/favicon-303x303.png" />
|
|
|
|
<title>{{{title1}}} - Download</title>
|
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
background-color: cadetblue;
|
|
|
|
background: linear-gradient(to bottom right, #369, #036);
|
|
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:link { color: #c8c8c8; }
|
|
|
|
a:visited { color: #c8c8c8; }
|
|
|
|
a:hover { color: #c8c8c8; }
|
|
|
|
a:active { color: #c8c8c8; }
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<img style="position:absolute;left:0;bottom:0;z-index:-1;height:60%;opacity:0.1" src="../../images/login/back.png" />
|
|
|
|
<table id="centralTable" class="container" style="height:100%;z-index:1">
|
|
|
|
<tr>
|
|
|
|
<td style="width:100%;text-align:center">
|
|
|
|
<div style="text-align:center;padding-top:30px;font-size:160px;font-family:Arial;color:#bbb"><b>404</b></div>
|
|
|
|
<div style="text-align:center;font-size:20px;font-family:Arial;color:#999">This page does not exist</div>
|
|
|
|
<div style="text-align:center;padding-top:20px;font-size:20px;font-family:Arial;color:#999"><a href="/"><b>Go to main site</b></a></div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr style="height:20px">
|
|
|
|
<td>
|
|
|
|
<div>
|
|
|
|
<div id="flink" style="margin-left:4px">{{{footer}}}</div>
|
|
|
|
<div id="flink" style="float:right;margin-right:4px">{{{rootCertLink}}} <a href=../../terms>Terms & Privacy</a></div>
|
|
|
|
</div>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</body>
|
|
|
|
</html>
|