all repos — homestead @ 25625b57c415d697c6e8fb636b7271441af66a62

Code for my website

themes/bear/templates/404.html (view raw)

1
2
3
4
5
6
7
8
{% extends "base.html" %}

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

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