diff options
Diffstat (limited to 'src/android_error.html')
-rw-r--r-- | src/android_error.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/android_error.html b/src/android_error.html deleted file mode 100644 index b39079f..0000000 --- a/src/android_error.html +++ /dev/null @@ -1,17 +0,0 @@ -<!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> |