Skip to content

Instantly share code, notes, and snippets.

@asus4
Created March 5, 2013 03:31
Show Gist options
  • Save asus4/5087785 to your computer and use it in GitHub Desktop.
Save asus4/5087785 to your computer and use it in GitHub Desktop.
simple html5 temlate
<!DOCTYPE HTML>
<html lang="ja">
<head>
<title>Html5 templete</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes"/>
<link rel="apple-touch-icon" href="img/icon.png"/>
</head>
<body>
<h1>simple html5 templete</h1>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment