-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
86 lines (64 loc) · 3.06 KB
/
404.html
File metadata and controls
86 lines (64 loc) · 3.06 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="HI there! this is my personal Portfolio. " />
<link rel="icon" type="image/png" href="/static/images/" />
<link rel="apple-touch-icon" sizes="180x180" href="static/assets/static/images/vb - Copy.png" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Abid – Hussain" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="theme-color" content="multiple themes" />
<meta property="og:title" content="Abid – Hussain" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://opty.tech" />
<meta property="og:image" content="https://op10y.github.io/profile-card/icon/og-img1.png" />
<meta name="og:description" content="HI there! this is my personal Portfolio." />
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0">
<title>Abid – Hussain</title>
<!-- ============================js4loader================= -->
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9575963642791857"
crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&display=swap" rel="stylesheet">
<link href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css" rel="stylesheet">
<link rel="stylesheet" href="static/hud.css">
<link rel="stylesheet" href="static/style.css">
<link rel="stylesheet" href="static/styleop.css">
</head>
<body>
<!-- ===============header design===============... -->
<div id="header-container">
</div>
<section class="page_404">
<div class="avatar">
<img src="/static/images/optyx.png" alt="404">
</div>
<div class="container2">
<div class="row">
<div class="col-sm-12 ">
<div class="col-sm-10 col-sm-offset-1 text-center">
<div class="four_zero_four_bg">
<h1 class="text-center ">404</h1>
</div>
<div class="contant_box_404">
<h3 class="h2">
Looks like you're lost
</h3>
<p>the page you are looking for not avaible!</p>
<a href="http://opty.tech" class="link_404">Go to Home</a>
</div>
</div>
</div>
</div>
</div>
</section>
<div id="footer-container"></div>
<!--start ===============magic-sectiion=============== -->
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
<script src="https://unpkg.com/scrollreveal"></script>
<script src="static/script.js"></script>
<!-- <script src="/js/online-pages.js"></scripte> -->
<script type="text/javascript" src="static/app.js"></script>
</body>
</html>