17 lines
592 B
HTML
17 lines
592 B
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="d-flex justify-content-center flex-column">
|
||
|
<div class="text-center">
|
||
|
<i class="fas fa-exclamation-triangle fa-5x"></i>
|
||
|
</div>
|
||
|
<div id="errormsg" class="text-center mb-4 mt-4">
|
||
|
|
||
|
</div>
|
||
|
<div class="btn btn-block btn-primary" onclick="document.location.href='index.html';">
|
||
|
<i class="fas fa-sync-alt"></i> Restart Application
|
||
|
</div>
|
||
|
</div>
|