website/templates/404.html
Ncam Gnrvngu 7bc11e49a4
Make project REUSE compliant
initial commit

a lot more stuff

Make project REUSE compliant

start working on implementing audio
2025-05-28 17:07:49 +02:00

13 lines
275 B
HTML

{% extends "base.html" %}
{% block title %}
404 Error
{% endblock title %}
{% block style %}
<link rel="stylesheet" href="/404.css"/>
{% endblock style %}
{% block content %}
<div id="error">
<h1>404<h1>
<h3>This page does not exist<h3>
</div>
{% endblock content %}