Skip to content

Instantly share code, notes, and snippets.

@T18970237136
Created November 21, 2014 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save T18970237136/adb9925cd9a139a7f015 to your computer and use it in GitHub Desktop.
Save T18970237136/adb9925cd9a139a7f015 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>jQuery Mobile issue template</title>
<link rel="stylesheet" href="https://code.jquery.com/mobile/git/jquery.mobile-git.css" />
<script type="application/javascript" src="https://code.jquery.com/jquery-2.1.1.js"></script>
<script type="application/javascript" src="https://code.jquery.com/mobile/git/jquery.mobile-git.js"></script>
</head>
<body>
<div data-role="page">
<div data-role="header">
<h1>Issue template</h1>
</div><!-- /header -->
<div class="ui-content">
<input type="range" min="1" max="100" value="20" />
<select>
<option value="1">Bla1</option>
</select>
</div><!-- /content -->
</div><!-- /page -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment