-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
171 lines (156 loc) · 5.47 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, minimum-scale=1"
/>
<link
rel="shortcut icon"
href="https://profiden.github.io/assets/images/logo.png"
type="image/x-icon"
/>
<meta name="description" content="" />
<title>Home</title>
<link rel="stylesheet" href="https://profiden.github.io/assets/icons.css" />
<link rel="stylesheet" href="https://profiden.github.io/assets/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://profiden.github.io/assets/bootstrap/css/bootstrap-grid.min.css" />
<link rel="stylesheet" href="./assets/style.css">
<link
rel="stylesheet"
href="https://profiden.github.io/assets/bootstrap/css/bootstrap-reboot.min.css"
/>
<link rel="stylesheet" href="https://profiden.github.io/assets/parallax/jarallax.css" />
<link rel="stylesheet" href="https://profiden.github.io/assets/animatecss/animate.css" />
<link rel="stylesheet" href="https://profiden.github.io/assets/dropdown/css/style.css" />
<link rel="stylesheet" href="https://profiden.github.io/assets/socicon/css/styles.css" />
<link rel="stylesheet" href="https://profiden.github.io/assets/theme/css/style.css" />
<link
rel="preload"
href="https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800&display=swap"
as="style"
onload="this.onload=null;this.rel='stylesheet'"
/>
<noscript
><link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800&display=swap"
/></noscript>
<link rel="stylesheet" href="https://profiden.github.io/assets/extra.css" type="text/css" />
</head>
<body>
<style>
.notFound{
display: block;
color: white;
width: 100%;
text-align: center;
}
.emoji {
font-size: 6em;
margin-bottom: 20px;
}
.button {
display: inline-block;
background-color: #4CAF50;
color: #FFF;
text-decoration: none;
padding: 10px 20px;
font-size: 1.2em;
border-radius: 5px;
transition: background-color 0.3s ease;
}
.button:hover {
background-color: #45a049;
}
</style>
<section
data-bs-version="5.1"
class="menu menu2 profiden"
once="menu"
id="menu2-1"
>
<nav class="navbar navbar-dropdown navbar-fixed-top navbar-expand-lg">
<div class="container">
<div class="navbar-brand">
<span class="navbar-caption-wrap"
><a
class="navbar-caption text-black text-primary display-7"
href="index.html"
>Profiden</a
></span
>
</div>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-bs-toggle="collapse"
data-target="#navbarSupportedContent"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarNavAltMarkup"
aria-expanded="false"
aria-label="Toggle navigation"
>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav nav-dropdown" data-app-modern-menu="true">
<li class="nav-item">
<a
class="nav-link link text-black text-primary display-4"
href="https://profiden.github.io/#"
>API Documentation</a
>
</li>
</ul>
<div class="navbar-buttons section-btn">
<a class="btn btn-primary display-4" href="https://profiden.github.io/#">Login</a>
</div>
</div>
</div>
</nav>
</section>
<section
data-bs-version="5.1"
class="header4 fullscreen parallax-background "
id="header4-2 "
style="background: #121212;"
>
<div class="notFound">
<h1>404</h1><br>
<p>Oops! Page not found</p><br>
<div class="emoji">😕</div>
<a href="https://profiden.github.io/" class="button">Go back to Home</a>
</div>
</section>
<section
data-bs-version="5.1"
class="footer7 cid-tKc1JH3p7y"
once="footers"
id="footer7-6"
>
<div class="container">
<div class="media-container-row align-center white">
<div class="col-12">
<p class="text mb-0 fonts-style display-7">
© Copyright 2023 Profiden - All Rights Reserved
</p>
</div>
</div>
</div>
</section>
<script src="assets/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/parallax/jarallax.js"></script>
<script src="assets/smoothscroll/smooth-scroll.js"></script>
<script src="assets/dropdown/js/navbar-dropdown.js"></script>
<script src="assets/theme/js/script.js"></script>
</body>
</html>