Skip to content

Commit ba59b3e

Browse files
committed
Create 404 page
1 parent 8448928 commit ba59b3e

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

website/404.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{% extends "layout.html" %}
2+
3+
{% block content %}
4+
<div class="content">
5+
<h1 class="text-center">Eeep! Page not found!</h1>
6+
<div class="center-block">
7+
<img class="displayed img-responsive" src="{{ get_asset('images/404image.jpg') }}" width="500px" />
8+
</div>
9+
<h3 class="text-center">This URL doesn’t point to anything.</h3>
10+
<p class="text-center">Is it supposed to? Or is it an old book mark? Please let <a href="mailto:lynn [at] newcoder [dot] io">me</a> know!</p>
11+
</div>
12+
{% endblock %}
125 KB
Loading

0 commit comments

Comments
 (0)