Initial commit: ap_ds Code Repository System v1.0.0

This commit is contained in:
dvs
2026-08-28 11:23:52 +08:00
commit 74a93c63f2
23 changed files with 5811 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{% extends "base.html" %}
{% block title %}500 - 服务器错误{% 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">500</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 %}