-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
27 lines (26 loc) · 984 Bytes
/
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
---
permalink: /404.html
sitemap: false
---
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>{{ site.name }} | Page not found</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link type="text/css" rel="stylesheet" href="/assets/notfound-light.css">
</head>
<body>
<main role="main" class="notfound-wrapper">
<div class="notfound-content">
<h1><a href="{{ '/' | relative_url }}" class="header-logo" title="{{ site.name }}"><img style="max-width: 300px;" src="/assets/documentation/rookieslab_2017_trans_white_horizontal_500_x_100_v2.png" alt="{{ site.name }}"/></a></h1>
<p>
Uhh.. Oh.. Looks like I broke something.
</p>
<p> Please go to <a href="{{ '/' | relative_url }}">homepage</a> while I fix it! </p>
</div>
</main>
</body>
</html>