-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
132 lines (73 loc) · 3.34 KB
/
404.html
File metadata and controls
132 lines (73 loc) · 3.34 KB
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
<!DOCTYPE html>
<html lang="en-US">
<!--HEAD-->
<head>
<!--META-->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Begin Jekyll SEO tag v2.7.1 -->
<!--TITLE-->
<title>Error 404 : Page Not Found | PyChakra</title>
<!--JEKYLL META-->
<meta name="generator" content="Jekyll v3.9.0" />
<meta property="og:title" content="Home" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Home" />
<meta property="og:description" content="Home" />
<link rel="canonical" href="https://pychakra.github.io/" />
<!--ANOTHER JEKYLL META-->
<meta property="og:url" content="https://pychakra.github.io/" />
<meta property="og:site_name" content="PyChakra" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Home" />
<!--JEKYLL SCRIPT-->
<script type="application/ld+json">
{"description":"Home","url":"https://pychakra.github.io/","@type":"WebSite","headline":"Home","name":"PyChakra","@context":"https://schema.org"}
</script>
<!-- End Jekyll SEO tag -->
<!--SYLESHEET-->
<link rel="stylesheet" href="/assets/css/style.css?v=bc8569da2949ee904b8e71a8e925a4fca284682a">
<!--SCRIPTS-->
<script src="/assets/js/scale.fix.js"></script>
<!--META-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
<!-- Setup Google Analytics -->
<!-- You can set your favicon here -->
<!-- link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" -->
<!-- end custom head snippets -->
</head>
<body>
<div class="wrapper">
<!--HEADER-->
<header>
<h1>PyChakra</h1>
<p>Error 404 : Page Not Found</p>
<p class="view"><a href="https://github.com/pychakra/pychakra.github.io">View the Project on GitHub <small></small></a></p>
<ul>
<li><a href="https://github.com/pychakra/pychakra.github.io">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<!--MAIN-->
<section>
<h1 id="home">Error 404 : Page Not Found</h1>
<p>
I am so sorry, but the page you searched doesn't exist!
Make sure there is no typo in the link you entered.
</p>
<p>
No typo ? Then there are 2 main causes ( Probably ) :
The page might be moved temporarily nor permanently.
The page might be deleted forever, so sorry.
</p>
</section>
</div>
<footer>
<p>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>