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:
@@ -4,7 +4,7 @@ body
|
||||
padding: 0;
|
||||
font: 80%/1.2 helvetica, arial, sans-serif;
|
||||
color: #444;
|
||||
background: #fff;
|
||||
background: #000;
|
||||
}
|
||||
|
||||
#container
|
||||
|
||||
BIN
media/img/shutdown.jpg
Normal file
BIN
media/img/shutdown.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 39 KiB |
@@ -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