This repository has been archived on 2019-05-05. You can view files and clone it, but cannot push or open issues or pull requests.
App/platforms/browser/www/screens/servererror.html

20 lines
995 B
HTML
Raw Normal View History

<div style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: #324150; z-index: 9999;">
<img src="assets/logonobg.svg" alt="" style="display: block; position: absolute; max-width: 90%; top: 0; left: 0; right: 0; bottom: 25%; margin: auto; max-height: 20%;" />
<p style="font-family: sans-serif; color: white; position: absolute; max-width: 90%; left: 0; right: 0; bottom: 30%; margin: auto; text-align: center;">
We are experiencing server problems. Try again later.
<br />
<i class="fa fa-exclamation-triangle fa-3x"></i>
<br />
(sorry)
<div style="background: url(assets/mountains-simple.svg) repeat-x; background-size: auto 100%; height: 20%; position: absolute; bottom: 0; width: 100%;"></div>
</div>
<script>
/*
* Stop all scheduled network activity
*/
var id = window.setTimeout(function () {}, 0);
while (id--) {
window.clearTimeout(id);
}
</script>