about summary refs log tree commit diff stats
path: root/themes/bear/templates/404.html
blob: 15fd75c65d94716d99a875e3743bc7eb89a0a38c (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}

{% block title %}404{% endblock %}

{% block main %}
  <h1>404</h1>
  <h2>ʕノ•ᴥ•ʔノ ︵ ┻━┻</h2>
{% endblock %}