mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-22 16:56:57 +00:00
10 lines
198 B
HTML
10 lines
198 B
HTML
{% extends "myhome_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 %}
|