1
0
web-semprace/templates/webarchiv.html

9 lines
128 B
HTML
Raw Normal View History

2023-10-06 01:29:43 +02:00
{% extends "base.html" %}
{% block content %}
<section class="content">
<h1>webarchiv</h1>
</section>
{% endblock content %}