-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
executable file
·204 lines (172 loc) · 5.69 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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
<?php
session_start();
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Zaan- Ask, Confess and Answer</title>
<meta content="Find out what people think about you. Confess your feelings and get answers on any topic!" name="descriptison">
<meta content="Ask, Confess, complements, slambook, slam, questions abut me, answer anonymously, ask anonymously, anonymously, confessions" name="keywords">
<link class="title-img" href="/assets/img/friends/friends-outline-green.png" rel="icon">
<link class="title-img" href="/assets/img/friends/friends-outline-green.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/login_darkmode.css" rel="stylesheet">
</head>
<style>
@media (prefers-color-scheme: dark) {
/*
-----------------------
# INDEX PAGE
-----------------------
*/
html {
--text-color-normal: #0a244d;
--text-color-light: #8cabd9;
}
#large_searchresult {
background: #2d2d2d !important;
}
.btn-get-started {
background: #2d2d2d !important;
color: #999 !important;
box-shadow: 0 4px 15px -2px rgba(0, 0, 0, 0.5) !important;
}
#searchmodal i {
background: #4d4d4d !important;
color: #fafafa !important;
}
/* -----------------------
# END INDEX
-------------------------- */
}
#searchmodal .modal-content {
background: none !important;
}
.st0 {
fill: #fafafa !important;
}
</style>
<style>
.user i {
font-size: 18px;
color: #fff;
float: right;
width: 35px;
height: 35px;
background: #7cc576;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50px;
transition: all 0.3s ease-in-out;
}
.user {
position: fixed;
right: 15px;
top: 20px;
z-index: 9998;
border: 0;
background: none;
font-size: 24px;
transition: all 0.4s;
outline: none !important;
line-height: 1;
cursor: pointer;
text-align: right;
}
.user #askquestion {
right: 45px;
top: -5px;
position: absolute;
}
.user #askquestion:hover {
border: 1px solid #7cc576;
color: #fff;
}
.mobile-nav-toggle {
z-index: 500;
}
.modal-content {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: transparent;
background-clip: padding-box;
border: none;
padding: 0px;
}
#large_searchresult {
position: absolute;
border: 1px;
background-clip: border-box;
border-radius: .25rem;
}
#searchmodal i {
background: #fff;
padding: 9.53px;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
font-size: 16px !important;
margin-left: -34px;
border-left: none;
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
}
#hero h1 {
color: #6c757d;
}
.st0 {
fill: #7CC576;
}
#img-hero {
height: 150px;
}
#i
</style>
<body>
<section id="hero">
<div class="hero-container">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h1 class="display-1 mb-0">404 ERROR</h1>
<h1 class="display-4">PAGE NOT FOUND</h1>
</div>
<div class="col-12">
<a data-aos="fade-up" href="/account" class="btn-get-started scrollto">Return home</a>
</div>
</div>
</div>
</div>
</section>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/jquery-sticky/jquery.sticky.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>