forked from whats0n/skyheart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
error_2.html
25 lines (25 loc) · 990 Bytes
/
error_2.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!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">
<span>404</span>
<div class="p-error__info">
<p>Страница которую вы запросили не найдена</p>
<a href="#">перейти на главную страницу</a>
</div>
</div>
<!-- load scripts -->
<script src="js/lib/head.js" data-headjs-load="js/init.js"></script>
</body>
</html>