cordova-app-loader
Version:
Cordova App Loader - remote update your cordova app
18 lines (17 loc) • 635 B
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>