~cytrogen/srht-deploy

srht-deploy/meta-custom/base-templates/unauthorized.html -rw-r--r-- 233 bytes
6b7b1351 — Cytrogen 修复 README 里的 Markdown 格式错误 9 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
{% extends "layout.html" %}
{% block body %}
<div class="container">
  <h2>401 未授权</h2>
  <p>
  你没有访问此页面的权限。
  <a href="/">返回首页 <i class="fa fa-caret-right"></i></a>
  </p>
</div>
{% endblock %}