snikket-web-proxy/error-pages/503.html

31 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="en" xmlns:xlink="http://www.w3.org/1999/xlink">
<head>
<meta charset="utf-8">
<title>Snikket | Temporarily unavailable</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/static/css/snikket.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#fbd308">
<meta name="theme-color" content="#fbd308">
</head>
<body style="background-color: #eee">
<div style="width: 80%; margin-top: 10%; margin-left: auto; margin-right: auto; background-color: #f8f8f8; padding: 3em;">
<img src="/static/img/snikket-logo-text.svg" alt="Snikket" style="width: 60%">
<h1>Oops! A technical glitch.</h1>
<p>There was a problem connecting to the Snikket service of this site.</p>
<p>If you just started this service, please wait a moment and reload the page.</p>
<p>If the problem continues, please check your Snikket configuration for problems.</p>
<code>503 Service Unavailable</code>
</div>
</body>
</html>