-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
68 lines (47 loc) · 2.04 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
<!doctype html>
<html lang="en-us">
<head>
<link href="http://gmpg.org/xfn/11" rel="profile">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<title>
| Mehmet Karagöz
</title>
<link rel="stylesheet" href="assets/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="//mhmtkrgz.github.io/mehmetkaragoz/assets/css/syntax.css">
<link rel="stylesheet" href="//mhmtkrgz.github.io/mehmetkaragoz/assets/css/main.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
<link rel="shortcut icon" href="//mhmtkrgz.github.io/mehmetkaragoz/assets/images/favicon.ico">
<link rel="alternate" type="application/rss+xml" title="RSS" href="//mhmtkrgz.github.io/mehmetkaragoz/atom.xml">
</head>
<body>
<div class="sidebar">
<div class="container sidebar">
<div class="sidebar-about">
<h1>
<a href="https://mehmetkaragoz.com/">
Mehmet Karagöz
</a>
</h1>
<p class="lead">my personal blog</p>
</div>
<nav class="sidebar-nav">
<a class="sidebar-nav-item" href="//mhmtkrgz.github.io/mehmetkaragoz/">Home</a>
<a class="sidebar-nav-item" href="//mhmtkrgz.github.io/mehmetkaragoz/blog.html">Blog</a>
<br>
<a style="margin-right: 8px;" href="https://github.com/mhmtkrgz"><i class="fa fa-github"></i></a>
· <a style="margin-right: 8px;" href="https://twitter.com/eng_mkaragoz"><i class="fa fa-twitter"></i></a>
· <a href="https://www.linkedin.com/in/mehmetkaragoz/"><i class="fa fa-linkedin"></i></a>
</nav>
<p style="position: fixed; bottom: 1rem; text-align: center">© 2020. All rights reserved.</p>
</div>
</div>
<div class="content container">
<div class="container">
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
</div>
</body>
</html>