-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
executable file
·23 lines (22 loc) · 978 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
---
layout: default
title: Wrong way
header_background_image: assets/images/404.png
permalink: /404.html
---
<section>
<div class="mdl-grid section-content">
<div class="mdl-cell mdl-cell--7-col">
<div>
<h1 class="mdl-typography--display-13 mdl-typography--font-light">Error 404<br>Page Not found</h1>
<h2 class="mdl-typography--headline smaller-headline">The topic you are looking for does not exist in <a href="{{ site.baseurl }}/">{{ site.title }}</a>.</h2>
<div class="mdl-button mdl-js-button rounded">
<a href="{{ site.baseurl }}/">← Return home</a>
</div>
</div>
</div>
<div class="mdl-cell mdl-cell--5-col mdl-cell--hide-phone" style="position: relative">
<img class="desktop-only intro-image mdl-card__media" src="{{ site.baseurl }}/assets/images/404.png" alt="Page not found">
</div>
</div>
</section>