-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
59 lines (50 loc) · 1.88 KB
/
404.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Adaperio 404</title>
<meta charset="utf-8">
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/responsive.css" type="text/css" media="screen">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/preview.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="js/include_script.js"></script>
<!--[if lt IE 9]>
<script type="text/javascript" src="js/html5.js"></script>
<link href="css/IE8.css" rel="stylesheet" type="text/css">
<![endif]-->
</head>
<body>
<!--content wrapper-->
<div id="wrapper">
<section>
<div class="dynamicContent">
<div class="row">
<div class="span7 offset1">
<img src="img/404_img.png" alt="" class="marTop4">
</div>
<div class="span7">
<h2>Sorry!</h2>
<h3>page not found</h3>
<P><span class="color1 bold">К сожалению, случилось что-то ужасное!<br>Такой страницы не существует.</span><br>Пожалуйста, вернитесь туда, откуда вы пришли...</P>
</div>
</div>
</div>
</section>
</div>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript">
setTimeout(
function(){
$(document).trigger('resize');
},500
)
</script>
<script type="text/javascript">
jQuery('#form1').forms({ownerEmail:'#'})
</script>
<script type="text/javascript" src="js/sprites.js"></script>
<script>
$('.link1').sprites({method:'gStretch',hover:true})
</script>
</body>
</html>