mirror of
https://github.com/haiwen/seahub.git
synced 2025-05-13 18:35:20 +00:00
10 lines
191 B
HTML
10 lines
191 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}Page not found{% endblock %}
|
|
|
|
{% block content %}
|
|
<h1>Page not found</h1>
|
|
|
|
<p>Sorry, but the requested page could not be found.</p>
|
|
{% endblock %}
|