25 lines
1020 B
HTML
25 lines
1020 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
|
<style>
|
|
.error {color:#000; height:200px; margin:-100px 0 0 -340px; font-family:Arial, sans-serif; text-align:center; position:absolute; top:50%; text-align:center; left:50%; width:680px;}
|
|
.error-fon {font-size:240px; font-weight:bold; line-height:240px; color:#f5f5f5; position:absolute; top:-16px; left:50%; margin-left:-200px; z-index:-1;}
|
|
.error-text-top {font-size:40px; margin-top:50px;}
|
|
.error-test-separate {border-top:1px solid #f2f2f2; margin-top:10px;}
|
|
.error-text-bottom {font-size:20px; margin-top:16px;}
|
|
</style>
|
|
<title>500 System Error</title>
|
|
</head>
|
|
<body>
|
|
<div class="error">
|
|
<div class="error-fon">500</div>
|
|
<div class="error-text-wrap">
|
|
<div class="error-text-top">500 System Error</div>
|
|
<div class="error-test-separate"></div>
|
|
<div class="error-text-bottom">Bitrix Env</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|