Skip to content

Instantly share code, notes, and snippets.

@tango238
Created August 26, 2011 22:08
Show Gist options
  • Save tango238/1174549 to your computer and use it in GitHub Desktop.
Save tango238/1174549 to your computer and use it in GitHub Desktop.
[HTML5]雛形
<!DOCTYPE HTML>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>Paint</title>
</head>
<body>
<header>
<h1>Paint</h1>
</header>
<article></article>
<script>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment