接口跑通,基础功能全部实现
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Server Error - Weibo-HotSign{% endblock %}
|
||||
{% block title %}服务器错误 - 微博超话签到{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div style="text-align: center; padding: 60px 20px;">
|
||||
<h1 style="font-size: 48px; color: #dc3545; margin-bottom: 20px;">500</h1>
|
||||
<p style="font-size: 24px; color: #333; margin-bottom: 20px;">Server Error</p>
|
||||
<p style="color: #999; margin-bottom: 30px;">Something went wrong on our end.</p>
|
||||
<a href="{{ url_for('dashboard') }}" class="btn btn-primary">Go to Dashboard</a>
|
||||
<div style="text-align:center; padding:80px 20px;">
|
||||
<div style="font-size:64px; margin-bottom:16px;">⚠️</div>
|
||||
<h1 style="font-size:48px; font-weight:700; color:#ef4444; margin-bottom:12px;">500</h1>
|
||||
<p style="font-size:18px; color:#64748b; margin-bottom:32px;">服务器出了点问题,请稍后再试</p>
|
||||
<a href="{{ url_for('dashboard') }}" class="btn btn-primary" style="padding:14px 32px; font-size:16px;">返回控制台</a>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user