<html>
<head>
   <meta name="viewport" content="width=device-width, initial-scale=1"> 

</head>
<body>
   <div data-role="page">
	   <div data-role="header">
	   	  <!-- header content -->
	   </div>
	   <div data-role="content">	
		  <!-- content -->
	   </div>
	   <div data-role="footer">
	      <!-- footer content -->
	   </div>
   </div>
</body>
</html>
