Initial commit: ap_ds Code Repository System v1.0.0
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}404 - 页面未找到{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="repo-container repo-text-center repo-py-10">
|
||||
<span style="font-size: 6rem;">🔍</span>
|
||||
<h1 class="repo-text-2xl repo-font-bold repo-mt-4">404</h1>
|
||||
<p class="repo-text-secondary repo-mt-2">页面未找到</p>
|
||||
<a href="{{ url_for('index') }}" class="repo-btn repo-btn--primary repo-mt-6">返回首页</a>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user