Skip to content

Instantly share code, notes, and snippets.

@tado
Created May 13, 2015 23:34
Show Gist options
  • Save tado/c640ac3050479521e102 to your computer and use it in GitHub Desktop.
Save tado/c640ac3050479521e102 to your computer and use it in GitHub Desktop.
HTML templete
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>HTMLのテンプレート</title>
</head>
<body>
<h1>HTMLテンプレート</h1>
<p>HTMLのテンプレートです。</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment