all repos — website @ 72eec2299707881e9e58660467e37b777b51a632

My website

Initial commit

Alan Pearce
commit

72eec2299707881e9e58660467e37b777b51a632

1 file changed, 8 insertions(+), 0 deletions(-)

changed files
A templates/404.html
@@ -0,0 +1,8 @@
+{% extends "base.html" %} + +{% block title %}404{% endblock %} + +{% block main %} +<h1>404</h1> +<h2>ʕノ•ᴥ•ʔノ ︵ ┻━┻</h2> +{% endblock %}