mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 14:52:15 +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>
|