Skip to content

Instantly share code, notes, and snippets.

@pbrewczynski
Created October 8, 2013 04:07
Show Gist options
  • Save pbrewczynski/6879319 to your computer and use it in GitHub Desktop.
Save pbrewczynski/6879319 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8" />
5 <meta name="format-detection" content="telephone=no" />
6 <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, he ight=device-height, target-densitydpi=device-dpi" />
7 <link rel="stylesheet" type="text/css" href="css/index.css" />
8 <title>Hello World</title>
9
10 <link rel="stylesheet" href="css/library/jquery.mobile-1.3.2.min.css" />
11 <script src="js/library/jquery-1.9.1.min.js"></script>
12 <script src="js/library/jquery.mobile-1.3.2.min.js"></script>
13 </head>
14 <body>
15 <script type="text/javascript" src="cordova.js"></script>
16 <script type="text/javascript" src="js/index.js"></script>
17 <script type="text/javascript">
18 app.initialize();
19 </script>
20 <button id="make-video-button">Make video</button>
21 </body>
22 </html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment