tldtest.net/tldtest/templates/404.html
2024-02-23 22:45:07 +01:00

6 lines
158 B
HTML

{% extends "base.html" %}
{% block title %}Error 404{% endblock %}
{% block content %}
<img src="https://http.cat/images/404.jpg">
{% endblock content %}