Files
RSSHub-python/rsshub/templates/errors/500.html
2019-01-16 22:45:05 +08:00

9 lines
166 B
HTML

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