-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404error.html
47 lines (37 loc) · 1.63 KB
/
404error.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
<!doctype html>
<html class="no-js smooth-scroll" lang="fa-IR" dir="rtl">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!-- Page Title Here -->
<title>محصولات پروتئین ملکی</title>
<!-- Meta -->
<!-- Page Description Here -->
<meta name="description" content="">
<!-- Disable screen scaling-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes, shrink-to-fit=no">
<!-- Vendor CSS style -->
<link rel="stylesheet" href="./css/bootstrap.min.css">
<!-- Main CSS files -->
<link rel="stylesheet" href="./css/main.css">
</head>
<body id="menu" class="d-flex justify-content-center align-items-center" style="height: 100vh;">
<!-- show error -->
<section class="py-3 py-md-5 min-vh-100 d-flex justify-content-center align-items-center position-relative">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<div class="text-center">
<span class="fs-1 d-flex justify-content-center align-items-center gap-2 mb-4">
404 ERROR
</span>
<span class="fs-5 mb-2">Oops! You're lost.</span>
<p class="mb-5">The page you are looking for was not found.</p>
<a class="btn bsb-btn-5xl btn-danger rounded-pill px-5 fs-6 m-0" href="index.html" role="button">Back to
Home</a>
</div>
</div>
</div>
</div>
</section>
</body>
</html>