Skip to content

Instantly share code, notes, and snippets.

@jollyjoester
Created September 26, 2013 02:49
Show Gist options
  • Save jollyjoester/6709228 to your computer and use it in GitHub Desktop.
Save jollyjoester/6709228 to your computer and use it in GitHub Desktop.
minimum HTML5 template
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/html5reset.css" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style type="text/css">
<!-- /*css*/
-->
</style>
<script type="text/javascript">
<!-- //javascript
//-->
</script>
<title>タイトル</title>
</head>
<body>
コンテンツ
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment