Updated Error Pages. Added page for maintenance.
This commit is contained in:
parent
412d145c83
commit
7e0d65a413
3 changed files with 30 additions and 12 deletions
|
@ -1,9 +1,12 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||||
"http://www.w3.org/TR/html4/loose.dtd">
|
"http://www.w3.org/TR/html4/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<body>
|
<head>
|
||||||
<h1>Seite/Datei nicht gefunden!</h1>
|
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
|
||||||
<p>Das ist wohl eine Sackgasse und sollte eigentlich nicht vorkommen.</p>
|
</head>
|
||||||
<p>Bitte melden unter <a href="http://foodsoft.fcschinke09.de/">http://foodsoft.fcschinke09.de</a></p>
|
<body>
|
||||||
</body>
|
<h1>Seite/Datei nicht gefunden!</h1>
|
||||||
|
<p>Das ist wohl eine Sackgasse und sollte eigentlich nicht vorkommen.</p>
|
||||||
|
<p>Bitte melden unter <a href="http://dev.foodcoops.net/">http://dev.foodcoops.net</a></p>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -1,9 +1,13 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||||
"http://www.w3.org/TR/html4/loose.dtd">
|
"http://www.w3.org/TR/html4/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<body>
|
<head>
|
||||||
<h1>FoodSoft Fehler!</h1>
|
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
|
||||||
<p>Ups, da ist uns wohl ein kleiner Fehler untergekommen.</p>
|
</head>
|
||||||
<p>Bitte melden unter <a href="http://foodsoft.fcschinke09.de/">http://foodsoft.fcschinke09.de</a></p>
|
<body>
|
||||||
</body>
|
<h1>FoodSoft Fehler!</h1>
|
||||||
|
<p>Ups, da ist uns wohl ein kleiner Fehler untergekommen.</p>
|
||||||
|
<p>Aber keine Angst. Die Entwicklerinnen sind automatisch darüber informiert worden
|
||||||
|
werden sich umgehen darum kümmern.</p>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
11
public/503.html
Normal file
11
public/503.html
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||||
|
"http://www.w3.org/TR/html4/loose.dtd">
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>Die FoodSoft wird gewartet!</h1>
|
||||||
|
<p>In ein paar Minuten dürfte aber wieder alles wieder funktionieren.... Nur Geduld ...</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue