-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
62 lines (57 loc) · 2.36 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
60
61
62
<!DOCTYPE html>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7" style="height: 100%"> <![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8" style="height: 100%"> <![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9" style="height: 100%"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" style="height: 100%"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Ukrainian Ionosphere Project «Ionosat-Micro»</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Ukrainian Ionosphere Project «Ionosat-Micro»"/>
<meta name="keywords" content="Ukrainian, Ionosphere, Ionosat, Ionosat-Micro"/>
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="shortcut icon" href="favicon.png" type="image/png">
<!-- Google Webfonts -->
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<!-- Css -->
<link rel="stylesheet" href="css/app.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
<!-- FOR IE9 below -->
<!--[if lt IE 9]>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<body style="height: 100%">
<div id="fh5co-hero" style="background: url(images/background.jpg) top left; background-size: cover; height: 100%">
<div id="fh5co-menu" class="navbar">
<div class="container">
<div class="row">
<div class="col-md-12">
<a href="/" class="navbar-brand"><span>Ionosat-Micro</span></a>
<a href="/ua" class="navbar-brand lang"><span>UA</span></a>
<a href="/en" class="navbar-brand lang active"><span>EN</span></a>
</div>
</div>
</div>
</div>
<div class="fh5co-overlay"></div>
<div class="fh5co-intro">
<div class="container">
<div class="row">
<div class="col-md-12 fh5co-intro-img to-animate intro-animate-4">
<img src="images/404.png" width="100%">
</div>
</div>
</div>
</div>
</div>
<script src="js/body.js"></script>
</body>
</html>