Created
June 13, 2012 06:38
-
-
Save s-hiroshi/2922323 to your computer and use it in GitHub Desktop.
HTML5 > template
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> | |
<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