Files
weibo_signin/frontend/templates/500.html

13 lines
517 B
HTML
Raw Normal View History

2026-03-09 16:10:29 +08:00
{% extends "base.html" %}
{% block title %}Server Error - Weibo-HotSign{% 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>
{% endblock %}