Skip to content

Instantly share code, notes, and snippets.

@jackz3
Created April 10, 2012 17:30
Show Gist options
  • Save jackz3/2353081 to your computer and use it in GitHub Desktop.
Save jackz3/2353081 to your computer and use it in GitHub Desktop.
ff
<!DOCTYPE HTML>
<HTML>
<head>
<meta charset="UTF-8">
<title>Restaurant Picker</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="jquery.mobile.structure-1.0.1.CSS" />
<link rel="stylesheet" href="jquery.mobile-1.0.1.CSS" />
<script src="js/jquery-1.7.1.min.js"></script>
<script src="js/jquery.mobile-1.0.1.min.js"></script>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment