~cytrogen/srht-deploy

ref: 098f0ded66b5f614ec99f0d3efb89b3a5b1bc0f6 srht-deploy/meta-custom/base-templates/not_found.html -rw-r--r-- 233 bytes
098f0ded — Cytrogen 初始提交:sourcehut Docker Compose 自托管部署 10 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
{% extends "layout.html" %}
{% block body %}
<div class="container">
  <h2>404 页面未找到</h2>
  <p>
  你要找的页面不存在。
  <a href="/">返回首页 <i class="fa fa-caret-right"></i></a>
  </p>
</div>
{% endblock %}