You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MobileApp/www/pages/loaderror.html

36 lines
1.3 KiB
HTML

<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<div class="page" data-name="loaderror">
<div class="navbar">
<div class="navbar-inner">
<div class="title">Netsyms</div>
<div class="right">
<a href="#" onclick="loadOTPPage()" class="link icon-only">
<i class="fas fa-key"></i>
</a>
<a href="/settings" class="link icon-only">
<i class="fas fa-cog"></i>
</a>
</div>
</div>
</div>
<div class="page-content">
<div class="block" style="text-align: center;">
<p style="color: rgba(0,0,0,0.5);"><i class="material-icons" style="font-size: 30vw;">cloud_off</i></p>
<h3>Can't connect to the server.</h3>
<div class="row">
<a href="#" class="button col button-raised button-fill button-round" onclick="restartApplication()">Try Again</a>
<a href="#" class="button col button-raised button-round" onclick="openAccountSwitcher(false)">Switch Account</a>
</div>
</div>
</div>
<script>
loadingProgressDialog.close();
</script>
</div>