Skip to content

Instantly share code, notes, and snippets.

@mohhasbias
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mohhasbias/8da656494fe6d9582383 to your computer and use it in GitHub Desktop.
Save mohhasbias/8da656494fe6d9582383 to your computer and use it in GitHub Desktop.
jQuery Mobile Web App
<!doctype html>
<html>
<head>
<title>First Mobile App</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>Welcome</h1>
<p>This is an awesome mobile app ever.</p>
<p>&copy; 2015</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment