-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path413.html
35 lines (33 loc) · 1.59 KB
/
413.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
<!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>
Sentry.init({
dsn: 'https://6329017160394100b21be92165555d72:[email protected]/37250',
});
Sentry.captureException(new Error("413 error caught by Nginx"))
</script>
</head>
<body>
<section class="section">
<div class="columns">
<div class="column is-5 is-offset-4 has-text-centered">
<p style="margin-bottom:5em">
<img src="https://unpkg.com/@stencila/[email protected]/director/static/img/logo-name.svg" alt="Stencila" width="220px">
</p>
<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, the file you are trying to upload is too big!
Contact us if you would like us to raise this limit.
</p>
</div>
</div>
</section>
</body>
</html>