Skip to content

Instantly share code, notes, and snippets.

@Rockncoder
Created May 17, 2012 07:32
Show Gist options
  • Save Rockncoder/2717197 to your computer and use it in GitHub Desktop.
Save Rockncoder/2717197 to your computer and use it in GitHub Desktop.
JQMSkeleton Page2 HTML file
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-capable" content="yes"/>
<link href="content/jquery.mobile-1.1.0.min.css" rel="stylesheet" type="text/css" />
<script src="scripts/jquery-1.7.1.min.js" type="text/javascript"></script>
<script src="scripts/jquery.mobile-1.1.0.min.js" type="text/javascript"></script>
</head>
<body>
<div id="page2" data-role="page" data-rockncoder-jspage="page2" >
<header data-role="header" data-position="fixed">
<h1>Page 2</h1>
</header>
<section data-role="content">
<a href="./index.htm" data-role="button" data-transition="slide" data-direction="reverse">to the Index page</a>
</section>
<footer data-role="footer" data-position="fixed">
<h1></h1>
</footer>
</div>
<script src="scripts/hideAddressBar.js" type="text/javascript"></script>
<script src="scripts/app.js" type="text/javascript"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment