Skip to content

Instantly share code, notes, and snippets.

@marti1125
Created July 12, 2014 06:05
Show Gist options
  • Save marti1125/cf2dea576e9edcb251bd to your computer and use it in GitHub Desktop.
Save marti1125/cf2dea576e9edcb251bd to your computer and use it in GitHub Desktop.
html5 app mobile structure
<html>
<head>
<title>Test</title>
</head>
<body>
<page id="home">
<header>
<h1>Title</h1>
</header>
<content>
<h1>hi!!!</h1>
</content>
<footer>
<p>footer!!</p>
</footer>
</page>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment