erichhasl 8 년 전
부모
커밋
1135d2445d
2개의 변경된 파일12개의 추가작업 그리고 4개의 파일을 삭제
  1. +6
    -2
      web_dev/sas_web/startpage/templates/startpage/bann.html
  2. +6
    -2
      web_dev/sas_web/startpage/templates/startpage/impressum.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>


+ 6
- 2
web_dev/sas_web/startpage/templates/startpage/impressum.html 파일 보기

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

<h1 color="#9F2D17">Impressum</h1>
<style>
.heading {
color: #9F2D17;
}
</style>
<h1 class="heading">Impressum</h1>
<p>
C.M. & N.H.



불러오는 중...
취소
저장