-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
93 lines (83 loc) · 3.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="keywords" content="Data Science, Analytics, Data, sass, software company">
<meta name="description" content="Sinco - Data Science & Analytics HTML5 Template is designed especially for the agency, multipurpose and business and those who offer business-related services.">
<meta property="og:site_name" content="Sinco">
<meta property="og:url" content="https://heloshape.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="Sinco - Data Science & Analytics HTML5 Template">
<meta name='og:image' content='images/assets/ogg.png'>
<!-- For IE -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- For Resposive Device -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- For Window Tab Color -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#1E78FF">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#1E78FF">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#1E78FF">
<title>Human-AI Empowerment Lab</title>
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="56x56" href="images/fav-icon/icon.png">
<!-- Main style sheet -->
<link rel="stylesheet" type="text/css" href="css/style.css" media="all">
<link rel="stylesheet" type="text/css" href="css/white.css" media="all">
<link rel="stylesheet" type="text/css" href="css/style.css" media="all">
<link rel="stylesheet" type="text/css" href="css/white.css" media="all">
<link rel="stylesheet" type="text/css" href="css/contact.css" media="all">
<link rel="stylesheet" type="text/css" href="css/team.css" media="all">
<link rel="stylesheet" type="text/css" href="css/main_header.css" media="all">
<!-- responsive style sheet -->
<link rel="stylesheet" type="text/css" href="css/responsive.css" media="all">
<!-- Fix Internet Explorer ______________________________________-->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<script src="vendor/html5shiv.js"></script>
<script src="vendor/respond.js"></script>
<![endif]-->
</head>
<body>
<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>
<div class="container">
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
<!-- Optional JavaScript _____________________________ -->
<!-- jQuery first, then Bootstrap JS -->
<!-- jQuery -->
<script src="vendor/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- AOS js -->
<script src="vendor/aos-next/dist/aos.js"></script>
<!-- Slick Slider -->
<script src="vendor/slick/slick.min.js"></script>
<!-- js Counter -->
<script src="vendor/jquery.counterup.min.js"></script>
<script src="vendor/jquery.waypoints.min.js"></script>
<!-- Fancybox -->
<script src="vendor/fancybox/dist/jquery.fancybox.min.js"></script>
<script src="js/main.js"></script>
<script src="js/home.js"></script>
<!-- Theme js -->
<script src="js/theme.js"></script>
</div> <!-- /.main-page-wrapper -->
</body>
</html>