Skip to content

Instantly share code, notes, and snippets.

@francisbrito
Created January 13, 2013 01:27
Show Gist options
  • Save francisbrito/4521656 to your computer and use it in GitHub Desktop.
Save francisbrito/4521656 to your computer and use it in GitHub Desktop.
HTML: Mobile Hybrid App Template
<!doctype html>
<html lang="en">
<head>
<title></title>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1.0, width=device-width, user-scalable=no">
</head>
<body>
<section class="app">
</section>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment