Added a Off template

This commit is contained in:
2010-11-03 11:16:56 +00:00
parent e1beff8845
commit 065f1cc12b
4 changed files with 14 additions and 4 deletions

View File

@@ -10,9 +10,7 @@
<body>
<div id="container">
<div id="header">
<h1>
TEST Auth Gateway - {% block title %}{% endblock %}
</h1>
<h1>TEST Auth Gateway - {% block title %}{% endblock %}</h1>
</div>
<div id="navigation">
<ul>

12
templates/off.html Normal file
View File

@@ -0,0 +1,12 @@
<html>
<head>
<title>Auth is down</title>
</head>
<body>
<center><p><img src="/static/img/shutdown.jpg" /></p>
<p>Auth is down, Matalok is probably breaking something</p></center>
</body>
</html>