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;
|
padding: 0;
|
||||||
font: 80%/1.2 helvetica, arial, sans-serif;
|
font: 80%/1.2 helvetica, arial, sans-serif;
|
||||||
color: #444;
|
color: #444;
|
||||||
background: #fff;
|
background: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#container
|
#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>
|
<body>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<div id="header">
|
<div id="header">
|
||||||
<h1>
|
<h1>TEST Auth Gateway - {% block title %}{% endblock %}</h1>
|
||||||
TEST Auth Gateway - {% block title %}{% endblock %}
|
|
||||||
</h1>
|
|
||||||
</div>
|
</div>
|
||||||
<div id="navigation">
|
<div id="navigation">
|
||||||
<ul>
|
<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