-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
60 lines (41 loc) · 1.91 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
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>🐧 404 Page not found - Berkay Çubuk</title>
<meta property="og:title" content="404 Page not found - Berkay Çubuk">
<meta name="twitter:title" content="404 Page not found - Berkay Çubuk">
<meta itemprop="name" content="404 Page not found - Berkay Çubuk">
<meta name="application-name" content="404 Page not found - Berkay Çubuk">
<meta name="og:site_name" content="404 Page not found - Berkay Çubuk">
<meta name="description" content="Computer Engineer, who can talk with computers & websites">
<meta itemprop="description" content="Computer Engineer, who can talk with computers & websites">
<meta property="og:description" content="Computer Engineer, who can talk with computers & websites">
<meta name="twitter:description" content="Computer Engineer, who can talk with computers & websites">
<meta name="robots" content="index,follow">
<meta name="HandheldFriendly" content="True">
<link rel="stylesheet" type="text/css" href="http://localhost:5500//css/prism.css" />
<link rel="stylesheet" type="text/css" href="http://localhost:5500//css/main.css" />
</head>
<body>
<header>
<div class="title">Berkay Çubuk</div>
<nav>
<a href="/">Home</a>
<a href="/blog">Blog</a>
<a href="/about">About</a>
<a href="/contact">Contact</a>
</nav>
</header>
<main>
<h1>404 Not Found</h1>
</main>
<footer>
<p class="text-center"><span class="comment">// Last update: Oct 30, 2022 20:27 (+03)</span></p>
<div class="d-flex justify-content-center">
<a href="/privacy">Privacy</a>
</div>
</footer>
<script src="http://localhost:5500/js/prism.js"></script>
</body>
</html>