-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
177 lines (77 loc) · 4.11 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">
<meta name="author" content="Ali Orouji">
<meta name="description" content="">
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<title>
404 Page not found
</title>
<link rel="canonical" href="">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/styles/default.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,700|Ubuntu+Mono:400,400i,700,700i|Raleway:500">
<link rel="stylesheet" href="https://orouji.github.io/css/reset.css?t=2018-08-23%2019%3a30%3a15.546548038%20%2b0430%20%2b0430%20m%3d%2b0.097210533">
<link rel="stylesheet" href="https://orouji.github.io/css/pygments.css?t=2018-08-23%2019%3a30%3a15.546548038%20%2b0430%20%2b0430%20m%3d%2b0.097210533">
<link rel="stylesheet" href="https://orouji.github.io/css/main.css?t=2018-08-23%2019%3a30%3a15.546548038%20%2b0430%20%2b0430%20m%3d%2b0.097210533">
<link rel="stylesheet" href="https://orouji.github.io/css/override.css?t=2018-08-23%2019%3a30%3a15.546548038%20%2b0430%20%2b0430%20m%3d%2b0.097210533">
<link rel="shortcut icon"
href="https://orouji.github.io/img/leaf.ico"
>
</head>
<body lang="en">
<section class="header">
<div class="container">
<div class="content">
<a href="https://orouji.github.io/"><img class="avatar" src="https://orouji.github.io/img/profile.jpeg" srcset="https://orouji.github.io/img/profile.jpeg 1x"></a>
<a href="https://orouji.github.io/"><div class="name">Ali Orouji</div></a>
<nav>
<ul>
<li class="nav-blog"><a href="https://orouji.github.io/blog/"><span>Blog</span></a></li>
<li class="nav-about"><a href="https://orouji.github.io/about/"><span>About</span></a></li>
</ul>
</nav>
</div>
</div>
</section>
<section class="icons">
<div class="container">
<div class="content">
<a href="//github.com/orouji" target="_blank" rel="noopener"><img class="icon" src="https://orouji.github.io/img/github.svg" alt="github" /></a>
<a href="//linkedin.com/in/aliorouji" target="_blank" rel="noopener"><img class="icon" src="https://orouji.github.io/img/linkedin.svg" alt="linkedin" /></a>
<a href="mailto:[email protected]"><img class="icon" src="https://orouji.github.io/img/email.svg" alt="email" /></a>
</div>
</div>
</section>
<section class="main">
<div class="container f04">
<div class="content">
<div class="num">404</div>
<div class="detail">Sorry, this page does not exist.</div>
<div class="suggestion"><a href="https://orouji.github.io/">Visit home page</a></div>
</div>
</div>
</section>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-124506023-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.11.0/highlight.min.js"></script>
<script type="text/javascript">
hljs.initHighlightingOnLoad();
</script>
</body>
</html>