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>
|
|
|
|
|
|
2015-08-25 21:59:01 -07:00
|
|
|
<!-- Theme CSS -->
|
|
|
|
|
<link href="theme.css" rel="stylesheet" type="text/css">
|
|
|
|
|
|
2015-07-20 00:09:47 -07:00
|
|
|
<!-- external fonts and CSS -->
|
|
|
|
|
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
|
|
|
|
|
<link href="//fonts.googleapis.com/css?family=Roboto:300" rel="stylesheet" type="text/css">
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body class="status-page">
|
|
|
|
|
|
|
|
|
|
<div class="wrapper">
|
|
|
|
|
<div class="content">
|
|
|
|
|
<img src="/img/logo_inverted_192.png"/>
|
|
|
|
|
|
|
|
|
|
<h3> <i class="fa fa-frown-o fa-fw text-danger"></i> Something has gone wrong </h3>
|
2015-10-20 12:41:52 +02:00
|
|
|
This app is currently not running. <a id="appLink" href="">Please retry later</a>.
|
2015-07-20 00:09:47 -07:00
|
|
|
|
|
|
|
|
<footer>
|
|
|
|
|
<span class="text-muted"><a href="mailto: support@cloudron.io">Contact Support</a> - Copyright © Cloudron 2014-15</span>
|
|
|
|
|
</footer>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
2015-10-20 12:41:52 +02:00
|
|
|
<script>
|
|
|
|
|
|
|
|
|
|
(function () {
|
|
|
|
|
'use strict';
|
|
|
|
|
|
|
|
|
|
var search = decodeURIComponent(window.location.search).slice(1).split('&').map(function (item) { return item.split('='); }).reduce(function (o, k) { o[k[0]] = k[1]; return o; }, {});
|
|
|
|
|
|
|
|
|
|
document.getElementById('appLink').href = search.referrer;
|
|
|
|
|
})();
|
|
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
2015-07-20 00:09:47 -07:00
|
|
|
</body>
|
|
|
|
|
</html>
|