-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patherror_3.html
21 lines (21 loc) · 1.03 KB
/
error_3.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Template</title>
<meta name="viewport" content="initial-scale=1">
<meta name="format-detection" content="telephone=no">
<!-- <meta name="viewport" content="width=1200"> -->
<!-- <meta name="viewport" content="initial-scale=1, user-scalable=no"> -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
<link rel="stylesheet" media="all" href="css/inner.css" >
<!--[if IE]><script src="js/html5shiv.js"></script><![endif]-->
</head>
<body class="is-error">
<div class="p-error-paragraph">
<p>На данный момент времени на сайте ведутся технические работы. В самое ближайшее время они закончатся, и сайт заработает в нормальном режиме.</p>
</div>
<!-- load scripts -->
<script src="js/lib/head.js" data-headjs-load="js/init.js"></script>
</body>
</html>