summaryrefslogtreecommitdiff
path: root/templates/404.html
blob: f391896be216a4896d35adb76864590c64903eec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% extends "base.html" %}

{% block content %}
	<h1>404 :(</h1>

	<img
		src="/imgs/tapwater.png"
		alt="Can I get you some tapwater?"
		loading="lazy"
		decoding="async"
	>
{% endblock content %}