Skip to content

Instantly share code, notes, and snippets.

@s-hiroshi
Created June 13, 2012 06:38
Show Gist options
  • Save s-hiroshi/2922323 to your computer and use it in GitHub Desktop.
Save s-hiroshi/2922323 to your computer and use it in GitHub Desktop.
HTML5 > template
<!DOCTYPE HTML>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="robots" content="index,follow" />
<meta name="keywords" content="">
<meta name="description" content="">
<title>HTML5 Template</title>
<link rel="shortcut icon" href="/favicon.ico">
<link rel="index" href="/">
<link rel="stylesheet" type="text/css" href="style.css">
<script src="script.js"></script>
</head>
<body>
// write html
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment