-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
76 lines (76 loc) · 3.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>404 Page not found :: bq-mtk</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="robots" content="noodp">
<link rel="canonical" href="404.html">
<link rel="stylesheet" href="style/style.css">
<link rel="stylesheet" href="style/purple.css">
<link rel="apple-touch-icon" href="style/apple-touch-icon-192x192.png">
<link rel="shortcut icon" href="style/favicon/green.png">
<meta name="twitter:card" content="summary">
<meta property="og:locale" content="en">
<meta property="og:type" content="website">
<meta property="og:title" content="404 Page not found">
<meta property="og:description" content="">
<meta property="og:url" content="404.html">
<meta property="og:site_name" content="bq-mtk">
<meta property="og:image" content="style/favicon/green.png">
<meta property="og:image:width" content="2048">
<meta property="og:image:height" content="1024">
</head>
<body class="green">
<div class="container center headings--one-size">
<header class="header">
<div class="header__inner">
<div class="header__logo">
<a href="index.html">
<div class="logo">
bq-mtk
</div>
</a>
</div>
<div class="menu-trigger hidden">menu</div>
</div>
<nav class="menu">
<ul class="menu__inner menu__inner--desktop">
<li><a href="about/index.html">About</a></li>
<li><a href="https://t.me/bq_aquaris_m8_m10">Contact</a></li>
<li><a href="https://github.com/bq-mtk">GitHub</a></li>
<li><a href="posts/index.html">Posts</a></li>
<li><a href="projects/index.htmtl">Projects</a></li>
</ul>
<ul class="menu__inner menu__inner--mobile">
<li><a href="about/index.html">About</a></li>
<li><a href="https://t.me/bq_aquaris_m8_m10">Contact</a></li>
<li><a href="https://github.com/bq-mtk">GitHub</a></li>
<li><a href="posts/index.html">Posts</a></li>
<li><a href="projects/index.html">Projects</a></li>
</ul>
</nav>
</header>
<div class="content">
<div class="post">
<h1 class="post-title">404 — Page not found...</h1>
<div class="post-content">
<a href="index.html">Back to home page →</a>
</div>
</div>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="copyright copyright--user">
<span>©2021 - jmpfbmx</span>
<span>:: Theme made by <a href="https://twitter.com/panr">panr</a> and jmpfbmx</span>
</div>
</div>
</footer>
<script src="style/main.js"></script>
<script src="style/prism.js"></script>
</div>
</body>
</html>