<!DOCTYPE HTML> <html> <head> <title>Cordova App Loader</title> <meta name="viewport" content="width=device-width, maximum-scale=1, user-scalable=no" /> <meta name="mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> <script type="text/javascript" src="cordova.js"></script> <script type="text/javascript" timeout="5100" manifest="manifest.json" src="bootstrap.js"></script> </head> <body> </body> </html>