1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-23 01:07:35 +00:00
seahub/templates/404.html

10 lines
198 B
HTML
Raw Normal View History

{% extends "myhome_base.html" %}
2011-03-19 05:15:02 +00:00
{% 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 %}