Files
RSSHub-python/rsshub/templates/errors/500.html
2019-12-15 21:52:58 +08:00

9 lines
174 B
HTML

{% extends 'layout.html' %}
{% block title %}500 错误{% endblock %}
{% block content %}
<div class="jumbotron">
<h1>服务器出错</h1>
</div>
{% endblock %}