Skip to content

Instantly share code, notes, and snippets.

@tadamatu
Created October 20, 2012 06:36
Show Gist options
  • Save tadamatu/3922379 to your computer and use it in GitHub Desktop.
Save tadamatu/3922379 to your computer and use it in GitHub Desktop.
html5 mobile template <<No User scalable & jQuery & jQuery Mobile>>
<!DOCTYPE html>
<html lang="ja">
<head>
<title>XXXX</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no,maximum-scale=1">
<meta name="keywords" content="XXXX,Search Keywords,XXXX">
<meta name="description" content="XXXX Page description XXXX">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.js"></script>
<link rel="stylesheet" href="css/XXXX.css" media="all">
<script src="js/XXXX.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment