2015-07-20 00:09:47 -07:00
|
|
|
<!DOCTYPE html>
|
2015-10-20 12:41:52 +02:00
|
|
|
<html>
|
2015-07-20 00:09:47 -07:00
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height" />
|
|
|
|
|
|
|
|
|
|
<title> Cloudron App Error </title>
|
|
|
|
|
|
2016-11-21 15:40:33 +01:00
|
|
|
<!-- Use static style as we can't include local stylesheets -->
|
|
|
|
|
<style>
|
2015-07-20 00:09:47 -07:00
|
|
|
|
2016-11-21 15:40:33 +01:00
|
|
|
html {
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
2015-07-20 00:09:47 -07:00
|
|
|
|
2016-11-21 15:40:33 +01:00
|
|
|
body {
|
|
|
|
|
background-color: white;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
2017-01-06 17:57:22 +01:00
|
|
|
text-align: center;
|
2016-11-21 15:40:33 +01:00
|
|
|
}
|
2015-07-20 00:09:47 -07:00
|
|
|
|
2016-11-21 15:40:33 +01:00
|
|
|
.content {
|
2017-09-26 15:32:58 +02:00
|
|
|
display: flex;
|
2016-11-21 15:40:33 +01:00
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
2017-09-26 15:32:58 +02:00
|
|
|
flex-direction: column;
|
|
|
|
|
justify-content: center;
|
2016-11-21 15:40:33 +01:00
|
|
|
}
|
2015-10-20 12:41:52 +02:00
|
|
|
|
2016-11-21 15:40:33 +01:00
|
|
|
footer {
|
|
|
|
|
background-color: #EFEFEF;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
color: #555;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
position: fixed;
|
|
|
|
|
}
|
2015-10-20 12:41:52 +02:00
|
|
|
|
2017-01-06 17:57:22 +01:00
|
|
|
footer a {
|
|
|
|
|
color: #62bdfc;
|
|
|
|
|
padding: 10px;
|
2017-09-26 15:32:58 +02:00
|
|
|
text-decoration: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h1, h2, p {
|
|
|
|
|
margin: 10px;
|
2017-01-06 17:57:22 +01:00
|
|
|
}
|
|
|
|
|
|
2016-11-21 15:40:33 +01:00
|
|
|
</style>
|
2015-10-20 12:41:52 +02:00
|
|
|
|
2016-11-21 15:40:33 +01:00
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
2017-09-26 15:32:58 +02:00
|
|
|
<div class="content">
|
|
|
|
|
<h1>🙁</h1>
|
|
|
|
|
<h2>Something has gone wrong</h2>
|
|
|
|
|
<p>This app is currently not responding. Try refreshing the page.</p>
|
2017-01-06 17:57:22 +01:00
|
|
|
</div>
|
2015-10-20 12:41:52 +02:00
|
|
|
|
2017-01-26 13:20:00 -08:00
|
|
|
<footer class="text-center">
|
2017-09-26 15:32:58 +02:00
|
|
|
<span class="text-muted"><a href="https://cloudron.io" target="_blank">Cloudron</a></span>
|
|
|
|
|
<span class="text-muted"><a href="https://twitter.com/cloudron_io" target="_blank">Twitter</a></span>
|
2017-01-26 13:20:00 -08:00
|
|
|
<span class="text-muted"><a href="https://chat.cloudron.io" target="_blank">Chat <i class="fa fa-comments"></i></a></span>
|
|
|
|
|
</footer>
|
|
|
|
|
|
2015-07-20 00:09:47 -07:00
|
|
|
</body>
|
|
|
|
|
</html>
|