-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
73 lines (53 loc) · 2.16 KB
/
404.html
File metadata and controls
73 lines (53 loc) · 2.16 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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Main page for Cloudkernel Technologies (Shenzhen) Co.,Ltd">
<meta name="author" content="Cloudkernel-tech">
<link rel="canonical" href="cloudkernel-tech.github.io/zh/404.html">
<title>Cloudkernel Technologies</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="assets/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://cdn.baomitu.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://cdn.baomitu.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://cdn.baomitu.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://cdn.baomitu.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this theme -->
<!--<link href="assets/css/agency.min.css" rel="stylesheet">-->
<link href="assets/css/agency.css" rel="stylesheet">
<!-- Page container change top padding when nav shrinks -->
</head>
<body id="page-top">
<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>
<!-- Bootstrap core JavaScript -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="assets/js/jquery.easing.min.js"></script>
<!-- Contact form JavaScript -->
<script src="assets/js/jqBootstrapValidation.js"></script>
<script src="assets/js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="assets/js/agency.min.js"></script>
</body>
</html>