summaryrefslogtreecommitdiffstats
path: root/templates/403.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/403.html')
-rw-r--r--templates/403.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/templates/403.html b/templates/403.html
new file mode 100644
index 0000000..c280726
--- /dev/null
+++ b/templates/403.html
@@ -0,0 +1,19 @@
+{% extends "layout.html" %}
+{% block body %}
+<h2>Fehler 403 - Zugang verboten</h2>
+
+<p>
+ Du versucht auf Daten zuzugreifen, die nur aus dem Netz der Freien Universität
+ Berlin erreichbar sind.<br />
+ Um dennoch an die Daten zu kommen, kannst du mittels sogenannter
+ VPN-Verbindung oder einem Proxy dich in das Uni-Netz einwählen.
+</p>
+
+<p>
+ Für weitere Informationen siehe folgende Links:
+</p>
+<ul>
+ <li><a href="http://www.zedat.fu-berlin.de/VPNOverview">Zedat VPN</a></li>
+ <li><a href="http://www.zedat.fu-berlin.de/Proxy-Server">Zedat Proxy</a></li>
+</ul>
+{% endblock %}