-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.html
35 lines (27 loc) · 1.08 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">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ site.description }}">
<title>{{ site.title }}</title>
<link rel="canonical" href="/">
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/clean-blog.css">
<link href='//fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Main Content -->
<div class="container">
<div class="row">
<div style="text-align: center; position: absolute; top: 40%; left: 50%; transform: translateX(-50%) translateY(-50%);">
<p>Error 404. Page not found !<br>You can search what you were looking for <a href="/search/">here</a>.<br>Or you can go to <a href="/">Homepage</a>
</div>
</div>
</div>
</body>
</html>