mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Added a Off template
This commit is contained in:
@@ -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
12
templates/off.html
Normal 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>
|
||||
Reference in New Issue
Block a user