Skip to content

Instantly share code, notes, and snippets.

@cfjedimaster
Created April 14, 2012 16:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cfjedimaster/2385587 to your computer and use it in GitHub Desktop.
Save cfjedimaster/2385587 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Single page template</title>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css" />
<script src="http://code.jquery.com/jquery-1.7.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script>
</head>
<body>
<div data-role="page" id="page1">
<div data-role="header">
<h1>Single page</h1>
</div>
<div data-role="content">
<h1>Moo</h1>
<p>
Rock your body...
</p>
<script src="https://gist.github.com/2385560.js?file=gistfile1.txt"></script>
<p><a href="testa.cfm" data-role="button">Load bad</a></p>
<p><a href="test2.cfm" data-role="button">Load good</a></p>
</div>
<div data-role="footer">
<h4>Footer content</h4>
</div>
</div>
</body>
</html>
@himo1122
Copy link

Link rel=“stylesheet” herf= “css/bootstrap.css”

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment