-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
93 lines (90 loc) · 4.95 KB
/
404.html
File metadata and controls
93 lines (90 loc) · 4.95 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
87
88
89
90
91
92
93
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="author" content="acodeidea">
<meta name="description" content="Empower and accelerate your QMS and GxP seamlessly.">
<meta name="keywords" content="QMS, Validation, Managed Services, IT Services, Regulated Industry, GxP, FDA, GAMP">
<title>Acodeidea - 404</title>
<link rel="icon" type="image/x-icon" href="/assets/img/logos/acodeidea_logo1.png" />
<!-- Font Awesome icons (free version)-->
<script src="/assets/js/lib/fontawesome-all.js"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
<!-- AOS CSS -->
<link rel="stylesheet" href="/assets/css/lib/aos.css">
<!-- Core theme CSS (includes Bootstrap)-->
<link href="/assets/css/styles.css" rel="stylesheet" />
<!-- App CSS -->
<link rel="stylesheet" href="/assets/css/app.css">
<script src="/assets/js/analytics.js"></script>
</head>
<body id="page-top">
<section class="page_404">
<div class="container">
<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">
Look like you're lost
</h3>
<p>the page you are looking for not available!</p>
<a href="/home" class="link_404">Go to Home</a>
</div>
</div>
</div>
</div>
</div>
</section> <!-- Footer-->
<footer class="footer py-4 bg-dark">
<div class="container">
<div class="row align-items-left">
<div class="col-lg-6 col-md-12 col-sm-12 text-lg-left">
<h3 class="text-white">Acodeidea</h3>
</div>
</div>
<div class="row align-items-center">
<div class="col-lg-4 col-md-12 col-sm-12 text-lg-left text-black-75">
Copyright ©2016 -
<!-- This script automatically adds the current year to your website footer-->
<!-- (credit: https://updateyourfooter.com/)-->
<script>
document.write(new Date().getFullYear());
</script>
</div>
<div class="col-lg-4 col-md-12 col-sm-12 my-3 my-lg-0">
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://www.facebook.com/acodeidea/"><i class="fab fa-facebook-f"></i></a>
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://www.instagram.com/acodeidea/"><i class="fab fa-instagram"></i></a>
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://www.linkedin.com/company/acodeidea"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-dark btn-social mx-2" target="_blank" href="https://twitter.com/acodeidea"><i class="fab fa-twitter"></i></a>
</div>
<div class="col-lg-4 col-md-12 col-sm-12 text-lg-right">
<a class="mr-3" target="_blank" href="/privacy-policy"><strong>Privacy Policy</strong></a>
<a class="mr-3" target="_blank" href="/terms-condition"><strong>Terms of Use</strong></a>
<!-- <a target="_blank" href="/covid-19-info"><strong>Covid 19</strong></a> -->
</div>
</div>
<div class="row text-lg-left">
<div class="col-lg-12 col-md-12 col-sm-12 text-black-75">
Acodeidea Technologies and Private Limited
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<script src="/assets/js/lib/jquery-v3-5-1.js"></script>
<script src="/assets/js/lib/bootstrap-v4-6-0-min.js"></script>
<!-- Third party plugin JS-->
<script src="/assets/js/lib/anime-min.js"></script>
<script src="/assets/js/lib/aos.js"></script>
<!-- Core theme JS-->
<script src="/assets/js/scripts.js"></script>
<script src="/assets/js/app.js"></script>
</body>
</html>