Skip to content

Instantly share code, notes, and snippets.

View voodoocoder-gisting's full-sized avatar

voodoocoder-gisting

View GitHub Profile
@voodoocoder-gisting
voodoocoder-gisting / jquery-mobile: Basic multipage structure
Created December 23, 2012 16:04
jquery-mobile: Basic multipage structure
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Multi-page template</title>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>