This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path404.html
135 lines (98 loc) · 4.51 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>OPMon Lazuli</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="">
<meta name="description" content="">
<!-- stylesheets css -->
<link rel="stylesheet" href="https://opmon-game.ga/css/bootstrap.min.css">
<link rel="stylesheet" href="https://opmon-game.ga/css/magnific-popup.css">
<link rel="stylesheet" href="https://opmon-game.ga/css/animate.min.css">
<link rel="stylesheet" href="https://opmon-game.ga/css/font-awesome.min.css">
<link rel="stylesheet" href="https://opmon-game.ga/css/nivo-lightbox.css">
<link rel="stylesheet" href="https://opmon-game.ga/css/nivo_themes/default/default.css">
<link rel="stylesheet" href="https://opmon-game.ga/css/hover-min.css">
<link rel="stylesheet" href="https://opmon-game.ga/css/flexslider.css">
<link rel="stylesheet" href="https://opmon-game.ga/css/style.css">
<link rel=icon href=opmon_icon.ico type=image/x-icon>
</head>
<body id="top" data-spy="scroll" data-target=".navbar-collapse" data-offset="50">
<!-- Preloader section -->
<div class="preloader">
<div class="sk-spinner sk-spinner-pulse"></div>
</div>
<!-- Home section -->
<section id="home" class="parallax-section">
<div class="container">
<div class="row">
<div class="col-md-offset-2 col-md-8 col-sm-12">
<img src="http://opmon-game.ga/opmon_title.png" alt="OpMon"/><br/>
<h1 class="wow fadeInUp" data-wow-delay="0.6s">404!</h1>
<p class="wow fadeInUp" data-wow-delay="1.0s" id="nowhere">You are nowhere..</p>
<a href="javascript:history.back()" class="wow fadeInUp btn btn-default hvr-bounce-to-top smoothScroll" data-wow-delay="1.3s" id="reality">Return to the reality.</a>
<br/><a href="https://en.wikipedia.org/wiki/HTTP_404" class="wow fadeInUp btn btn-default hvr-bounce-to-top smoothScroll" data-wow-delay="1.3s" id="info404">All you always wanted to know on 404.</a>
</div>
</div>
</div>
</section>
<!-- Footer section -->
<footer>
<div class="container">
<div class="row">
<div class="wow fadeInUp col-md-4 col-sm-4" data-wow-delay="1.6s">
<h3>Cyrion</h3>
<strong id="jlppcRole"></strong>
<p>[email protected]</p>
</div>
<div class="wow fadeInUp col-md-4 col-sm-4" data-wow-delay="1.9s">
<h3>Navet56</h3>
<strong id="navet56Role"></strong>
<p>[email protected]</p>
</div>
</div>
</div>
</footer>
<!-- Copyright section -->
<section id="copyright">
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-8 col-xs-8">
<p>Copyleft 2012 - 2018 OPMon Team - Designed by <a class="designed-by" href="https://plus.google.com/+Tooplate/" target="_blank">Tooplate et Navet56</a></p>
</div>
<div class="col-md-4 col-sm-4 text-right">
<a href="#home" class="fa fa-angle-up smoothScroll gototop"></a>
</div>
</div>
</div>
</section>
<!-- javscript js -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118919572-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118919572-1');
</script>
<script src="https://opmon-game.ga/js/jquery.js"></script>
<script src="https://opmon-game.ga/js/bootstrap.min.js"></script>
<script src="https://opmon-game.ga/js/jquery.magnific-popup.min.js"></script>
<script src="https://opmon-game.ga/js/jquery.sticky.js"></script>
<script src="https://opmon-game.ga/js/jquery.backstretch.min.js"></script>
<script src="https://opmon-game.ga/js/isotope.js"></script>
<script src="https://opmon-game.ga/js/imagesloaded.min.js"></script>
<script src="https://opmon-game.ga/js/nivo-lightbox.min.js"></script>
<script src="https://opmon-game.ga/js/jquery.flexslider-min.js"></script>
<script src="https://opmon-game.ga/js/jquery.parallax.js"></script>
<script src="https://opmon-game.ga/js/smoothscroll.js"></script>
<script src="https://opmon-game.ga/js/wow.min.js"></script>
<script src="https://opmon-game.ga/js/custom.js"></script>
<script src="https://opmon-game.ga/js/site.js"></script>
<script src="https://opmon-game.ga/js/404.js"></script>
</body>
</html>