-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
70 lines (65 loc) · 2.42 KB
/
Copy path404.html
File metadata and controls
70 lines (65 loc) · 2.42 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link
href="https://res.cloudinary.com/binarypoets/image/upload/v1598334129/website/masumhasan-favicon_xqx6ua.png"
rel="shortcut icon"
type="image/x-icon"
/>
<link
rel="stylesheet"
href="https://masumhasan.github.io/assets/bmin.css"
/>
<link
rel="stylesheet"
href="https://masumhasan.github.io/assets/error.css"
/>
<title>404 NOT FOUND | MASUM HASAN</title>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<meta name="robots" content="index, follow" />
<meta name="keywords" content="masum hasan, masumhasan, nur hasan masum" />
<meta
name="description"
content="Entrepreneur, Developer and tech Enthusiast from Bangladesh. He founded BinaryPoets in 2020. Developed a lots of problem solving applications for natives"
/>
<!--=============== og ===============-->
<meta property="og:title" content="MASUM HASAN | PERSONAL NOTEPAD" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://masumhasan.github.io" />
<meta
property="og:image"
content="https://res.cloudinary.com/binarypoets/image/upload/v1598372319/website/masumhasan-t_ko8o1j.jpg"
/>
<meta
property="og:description"
content="Entrepreneur, Developer and tech Enthusiast from Bangladesh. He founded BinaryPoets in 2020. Developed a lots of problem solving applications for natives"
/>
</head>
<body>
<div id="world"></div>
<div class="container">
<div class="row">
<div class="col-xs-10 col-xs-offset-1 col-sm-12 col-sm-offset-0">
<div class="content">
<a class="logo" href="https://masumhasan.github.io">
<img
src="https://res.cloudinary.com/binarypoets/image/upload/v1598333975/website/logo-masumhasan_spvfra.png"
/>
</a>
<h1>404ERROR</h1>
<h2>THE PAGE YOU ARE LOOKING FOR IS OFFLINE.</h2>
<a class="btn" href="https://masumhasan.github.io">
BACK TO HOME
</a>
</div>
</div>
</div>
</div>
<script src="https://masumhasan.github.io/assets/404three.js"></script>
<script src="https://masumhasan.github.io/assets/error.js"></script>
</body>
</html>