Skip to content

Instantly share code, notes, and snippets.

@himaratsu
Created August 2, 2014 13:27
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 himaratsu/b1aba73bce8639452795 to your computer and use it in GitHub Desktop.
Save himaratsu/b1aba73bce8639452795 to your computer and use it in GitHub Desktop.
HTML5テンプレ
```
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>Hello World</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<h1>Hello!</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