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

9 lines
166 B
HTML

{% extends 'layout.html' %}
{% block title %}400 错误{% endblock %}
{% block content %}
<div class="jumbotron">
<h1>400 Bad Request</h1>
</div>
{% endblock %}