1
0
Fork 0
satnogs-db/db/static/html/503.html

29 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>SatNOGS DB - Service Unavailable
</title>
</head>
<body style="background: black; color: white;display: flex;justify-content: center;align-content: space-around;align-items: center;flex-wrap: wrap;text-align: center;height: 100vh;">
<div style="width: 100%;display: flex;justify-content: center;">
<img src="/static/img/satnogs-db-logo.png" alt="SatNOGS DB Logo" style="display:block;">
</div>
<div style="width: 100%;display: flex;justify-content: center;flex-wrap: wrap;">
<h1 style="width: 100%;"> Service is temporarily unavailable.
</h1>
<h3 style="width: 55%;">
Please come back later. If the problem persists, feel free to
<a href="https://community.libre.space">contact us</a>.
</h3>
<h3 style="width: 55%;">
Thank you for your patience!
</h3>
</div>
<div style="width: 100%;display: flex;justify-content: center;">
<p>503 - Service Unavailable
</p>
</div>
</body>
</html>