-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
53 lines (45 loc) · 2.45 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Begin Jekyll SEO tag v2.7.1 -->
<title>404</title>
<meta name="generator" content="Jekyll v3.9.0" />
<meta property="og:title" content="captian-obvious.github.io" />
<meta property="og:locale" content="en_US" />
<link rel="canonical" href="https://captian-obvious.github.io/404.html" />
<meta property="og:url" content="https://captian-obvious.github.io/404.html" />
<meta property="og:site_name" content="captian-obvious.github.io" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="captian-obvious.github.io" />
<script type="application/ld+json">
{"url":"https://captian-obvious.github.io/404.html","@type":"WebPage","headline":"captian-obvious.github.io","@context":"https://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<link rel="stylesheet" href="/assets/css/style.css?v=f4d432201aa633290ca5fbcaf36579cd491f9aea">
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
<!-- Setup Google Analytics -->
<!-- You can set your favicon here -->
<link rel="icon" href="/Media-Player-V2/images/favicon.ico"/>
<!-- end custom head snippets -->
</head>
<body>
<script>
setTimeout(function(){},3);
if (document.referrer!=''){
document.location.replace('/error?code=404&id='+window.btoa(document.referrer));
} else {
document.location.replace('/error?code=404');
}
</script>
<div class="container-lg px-3 my-5 markdown-body">
<h1 style="color: #980000">Not Found (404)</h1>
<h4 style="color: #980000">The page you were looking for has been moved or deleted.</h4>
<img src="/images/404.png" width="120px" height="120px" />
<p style="color: #980000">click <a style="color: #ff0000" href="/"><em>here</em></a> to return home.</p>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
<script>anchors.add();</script>
</body>
</html>