-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path50x.html
39 lines (39 loc) · 2.21 KB
/
50x.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
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<title>Error : Stencila</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="https://unpkg.com/@stencila/hub/director/static/img/favicon.png">
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@stencila/hub/director/static/css/styles.css">
<script src="https://browser.sentry-cdn.com/5.15.2/bundle.min.js" integrity="sha384-HA4Glk4hAwUFBIu+OfNR4bvn6vGCxT134gRiQce9rwp2YfxcuHHG8nG7qkooJwFt" crossorigin="anonymous"></script>
<script>
Sentry.init({ dsn: "https://[email protected]/37250"});
Sentry.captureException(new Error("50x error caught by Nginx"))
</script>
</head>
<body>
<section class="section">
<div class="columns">
<div class="column is-5 is-offset-4 has-text-centered">
<img class="error-image" src="https://unpkg.com/@stencila/[email protected]/director/static/img/dead-document.svg" alt="Oh no!" width="112px" height="28px">
<h1 class="title has-margin-top">Oops!</h1>
<p>
Sorry, it seems that there is a problem with this page. Either we are doing maintainence, or it's a bug and our team has been notified and will fix it as soon as possible!
</p>
<br>
<p>
Please try later and/or check our <a href="https://status.stenci.la">status page</a>.
</p>
<br>
<p>
Stencila is an open source product. You can help make it better (and reduce these problems :) by <a href="https://github.com/stencila/hub#readme"> contributing</a> code, documentation, ideas, bug reports etc. 💖.
</p>
<p style="margin-top:2em">
<img src="https://unpkg.com/@stencila/[email protected]/director/static/img/logo-name.svg" alt="Stencila" width="220px">
</p>
</div>
</div>
</section>
</body>
</html>