Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <!--
- * Please see the included README.md file for license terms and conditions.
- -->
- <head>
- <title>Blank Cordova Mobile App Project Template (Lite)</title>
- <meta http-equiv="Content-type" content="text/html; charset=utf-8">
- <!-- see http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/quick-tip-dont-forget-the-viewport-meta-tag -->
- <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
- <script src="cordova.js"></script> <!-- phantom library, needed for Cordova api calls, added during build -->
- <script src="js/app.js"></script> <!-- recommended location of your JavaScript code relative to other JS files -->
- <script src="xdk/init-dev.js"></script> <!-- normalizes device and document ready events, see README for details -->
- <script src="js/jquery.js"></script> <!-- jquery -->
- </head>
- <body>
- <div id="read"></div>
- <!-- cordova-plugin-statusbar Yes -->
- <!-- cordova-plugin-device Yes -->
- <!-- cordova-plugin-splashscreen Yes -->
- <!-- onesignal-cordova-plugin-pgb-compat Yes-->
- <!-- com.google.playservices Yes -->
- <!-- Minimum Android API 14 -->
- <!-- Target Android API 19 -->
- <p>Hello, Cordova!</p>
- <button id="btn_push"> aperte aqui </button>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment