Skip to content

Instantly share code, notes, and snippets.

@fabriziogiordano
Created June 14, 2011 13:29
Show Gist options
  • Save fabriziogiordano/1024892 to your computer and use it in GitHub Desktop.
Save fabriziogiordano/1024892 to your computer and use it in GitHub Desktop.
Roberto
<body onload="setTimeout(function(){window.scrollTo(0,1);}, 1000);">
<div data-role="page">
<div data-role="header">
<h1>Page Title</h1>
</div><!-- /header -->
<div data-role="content">
<p>Page content goes here.</p>
<img src="http://dummyimage.com/320x800/000/fff&text=fabrizio" />
</div><!-- /content -->
<div data-role="footer">
<h4>Page Footer</h4>
</div><!-- /footer -->
</div><!-- /page -->
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment