mirror of
https://github.com/kees-z/DuplicatiDocs.git
synced 2025-04-26 15:02:28 +00:00
7 lines
109 B
HTML
7 lines
109 B
HTML
{% extends "main.html" %}
|
|
|
|
<!-- Content -->
|
|
{% block content %}
|
|
<h1>404 - Page not found</h1>
|
|
{% endblock %}
|