~cytrogen/srht-deploy

ref: 098f0ded66b5f614ec99f0d3efb89b3a5b1bc0f6 srht-deploy/meta-custom/base-templates/internal_error.html -rw-r--r-- 174 bytes
098f0ded — Cytrogen 初始提交:sourcehut Docker Compose 自托管部署 10 days ago
                                                                                
1
2
3
4
5
6
7
{% extends "layout.html" %}
{% block body %}
<div class="container">
  <h2>500 服务器内部错误</h2>
  <p>出了点问题,请稍后再试。</p>
</div>
{% endblock %}