Skip to content

Instantly share code, notes, and snippets.

@kaoru-fukusato
Last active March 12, 2018 14:07
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 kaoru-fukusato/c0b3375f106efccfbf2b2c727a6890f9 to your computer and use it in GitHub Desktop.
Save kaoru-fukusato/c0b3375f106efccfbf2b2c727a6890f9 to your computer and use it in GitHub Desktop.
コピペで学べるプログラミング基本1-2
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<h1>This is a Heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment