Created
October 20, 2012 06:36
-
-
Save tadamatu/3922379 to your computer and use it in GitHub Desktop.
html5 mobile template <<No User scalable & jQuery & jQuery Mobile>>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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