Last active
August 29, 2015 14:17
-
-
Save mohhasbias/8da656494fe6d9582383 to your computer and use it in GitHub Desktop.
jQuery Mobile Web App
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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>© 2015</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment