snikket-web-proxy/startup.html

36 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en" xmlns:xlink="http://www.w3.org/1999/xlink">
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="10">
<title>Snikket is starting</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>Snikket is starting</h1>
<p>We are currently obtaining SSL/TLS certificates to secure your Snikket service.</p>
<p>The login page should appear in a moment. If not, please reload the page.</p>
<br>
<p>If this page appears for more than a few minutes, there may be a problem. Check that
all components of Snikket are started properly, that your DNS is correct, and that port
80 is open.
</p>
</div>
</body>
</html>