aboutsummaryrefslogtreecommitdiffstats
path: root/www/templates/no/android_error.html
blob: b39079f13abe86dff4b209ae27918ac6aff69034 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
    <head>
        <title></title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no;" />
        <meta charset="utf-8">

        <link rel="stylesheet" href="css/fms.css" type="text/css" media="screen" title="no title" charset="utf-8">

    </head>
    <body>
    <div id="load-screen">
        <div class="radar"></div>
        <p>There seems to have been a problem starting the app. Please quit and try again</p>
    </div>
    </body>
</html>