mirror of
https://github.com/nikdoof/test-auth.git
synced 2026-01-30 16:08:14 +00:00
13 lines
199 B
HTML
13 lines
199 B
HTML
<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>
|