Skip to content

Instantly share code, notes, and snippets.

@maxrosecollins
maxrosecollins / gist:2923370
Created June 13, 2012 10:46
Google Maps & jQuery Mobile
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<title>App</title>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css" />
<link rel="stylesheet" href="css/style.css">