-
Notifications
You must be signed in to change notification settings - Fork 2
/
404.html
35 lines (33 loc) · 1.71 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- document meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, shrink-to-fit=no">
<title>404 Not Found</title>
<!-- links -->
<!-- favicon -->
<link rel="shortcut icon" type="image/png" href="images/logo/cessicon.png">
<!-- google fonts -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto|Montserrat|Nunito|Open+Sans|Raleway">
<!-- bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- fontawesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<!-- stylesheets -->
<link rel="stylesheet" type="text/css" href="stylesheets/animate.css">
<link rel="stylesheet" type="text/css" href="stylesheets/w3.css">
<link rel="stylesheet" type="text/css" href="stylesheets/behaviour.css">
<link rel="stylesheet" type="text/css" href="stylesheets/404_design.css">
</head>
<body>
<div class="holder">
<div class="box">
<h1>404</h1>
<p>Well, there's nothing that CESS cannot do, but we couldn't find the resource that you requested.</p>
<p>Let's get back to the basics</p>
<a href="index.html">cessgndu.com</a>
</div>
</div>
</body>
</html>