瀏覽代碼

Update bann.html

master
Pentabyteman GitHub 8 年之前
父節點
當前提交
e54b7bbdc8
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 6 次插入2 次删除
  1. +6
    -2
      web_dev/sas_web/startpage/templates/startpage/bann.html

+ 6
- 2
web_dev/sas_web/startpage/templates/startpage/bann.html 查看文件

@@ -1,7 +1,11 @@
{% extends "public/default.html" %}
{% block content %}

<h1 color="#9F2D17">Du wurdest aufgrund Missbrauches gebannt</h1>
<style>
.heading {
color: #9F2D17;
}
</style>
<h1 class="heading">Du wurdest aufgrund Missbrauches gebannt</h1>
<p>
Bitte kontaktiere die Schulleitung oder die SMV, um den Bann aufzuheben.
</p>


Loading…
取消
儲存