-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patherror.html
More file actions
21 lines (21 loc) · 842 Bytes
/
error.html
File metadata and controls
21 lines (21 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!--
-------------------------------------------------------------------------------
# This file belongs to the Webinterface of schokokeks.org Hosting
#
# Written by schokokeks.org Hosting, namely
# Bernd Wurst <bernd@schokokeks.org>
# Hanno Böck <hanno@schokokeks.org>
#
# This code is published under a 0BSD license.
#
# Nevertheless, in case you use a significant part of this code, we ask (but not require, see the license) that you keep the authors' names in place and return your changes to the public. We would be especially happy if you tell us what you're going to do with this code.
#-------------------------------------------------------------------------------
-->
<html>
<head>
<title>Ausser Betrieb</title>
</head>
<body>
<p>Diese Seite steht im Moment nicht zur Verfügung, kommt aber bald wieder.</p>
</body>
</html>