-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.shtml
executable file
·50 lines (44 loc) · 1.32 KB
/
404.shtml
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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>IJME</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<style>
.wrapper{
margin: 0 auto;
width: 922px;
}
</style>
</head>
<body>
<div class="wrapper">
<a href="http://ijme.in">
<img src="/images/404-error-page.png" alt="404 Error Page not Found">
</a>
</div>
<!-- Google Analytics -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-42369332-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
<!-- /Google Analytics -->
<!-- Redirect Script -->
<script type="text/javascript">
$(document).ready(function () {
// Handler for .ready() called.
window.setTimeout(function () {
location.href = "http://ijme.in";
}, 3000)
});
</script>
</body>
</html>