-
Notifications
You must be signed in to change notification settings - Fork 0
/
502.html
33 lines (31 loc) · 1.2 KB
/
502.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html>
<head>
<title>Fusion is offline for maintenance</title>
<link rel="stylesheet" href="/fusion-error/error.css" />
</head>
<body>
<div class="page">
<img src="/fusion-error/fusion-logo.png" />
<div class="heading">
<h1>Fusion is temporarily unavailable</h1>
<h2>Not to worry, we're working on it…</h2>
</div>
<div class="content">
<p>
We're busy with…
</p>
<ul>
<li>deploying a hotfix to address an <em>urgent</em> issue; or</li>
<li>performing system maintenance.</li>
</ul>
<p>
Please try <a href="#" onclick="window.location.reload(true); return false;">refreshing</a> again in a few minutes. Thanks for being patient!
</p>
<p style="margin-top: 6em;">
Still waiting? Maybe you should <a href="mail:support@fusionapp.com">tell us</a> about it.
</p>
</div>
</div>
<img class="watermark" src="/fusion-error/sad-robot.png" />
</body>
</html>