-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (56 loc) · 1.55 KB
/
index.html
File metadata and controls
64 lines (56 loc) · 1.55 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
<style>
body,
html {
height: 100%;
margin: 0
}
body {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility
}
p {
text-align: center;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
color: #000;
font-size: 14px;
margin-top: -50px
}
p.code {
font-size: 24px;
font-weight: 500;
border-bottom: 1px solid #e0e1e2;
padding: 0 20px 15px
}
p.text {
margin: 0
}
a,
a:visited {
color: #aaa
}
</style>
</head>
<body>
<p class="code">
Error
</p>
<p class="text">
We encountered an error when trying to load your application and your page could not be served. Check the logs
for your application in the App Platform dashboard.
</p>
<div style="display:none;">
<h1>
via_upstream (503 URX) </h1>
<p data-translate="connection_timed_out">App Platform failed to forward this request to the application.</p>
</div>
</body>
</html>