We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8448928 commit ba59b3eCopy full SHA for ba59b3e
website/404.html
@@ -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 %}
website/_assets/images/404image.jpg
125 KB
0 commit comments