-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
48 lines (35 loc) · 1.3 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
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title> 404 Page not found - ShrinkLabs </title>
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="referrer" content="no-referrer">
<meta property="og:site_name" content="ShrinkLabs">
<meta property="og:locale" content="en_US">
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="/404.html" />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="404 Page not found">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="/">
<link rel="canonical" href="/404.html">
<link rel="stylesheet" href="/css/site.min.css">
<link rel="stylesheet" href="/css/custom.css">
</head>
<body>
<div class="container">
<div class="my-5 text-center">
<h1 class="not-found">404</h1>
<p class="not-found">page not found</p>
<p>
<a class="not-found" href="/">back to the homepage</a>
</p>
</div>
</div>
</body>
</html>