Skip to content

Instantly share code, notes, and snippets.

@hagino3000
Created August 10, 2011 01:57
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 hagino3000/1135883 to your computer and use it in GitHub Desktop.
Save hagino3000/1135883 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>HTML file template for mobile</title>
<meta name="viewport" content="minimum-scale=1.0, width=device-width, maximum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-status-bar-style" content="default">
</head>
<body>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>HTML file template</title>
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.8.0/build/reset/reset-min.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment