Skip to content

Instantly share code, notes, and snippets.

@makochang
Last active May 24, 2017 02:36
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 makochang/7f3268a6a96ce0cb787f174953717646 to your computer and use it in GitHub Desktop.
Save makochang/7f3268a6a96ce0cb787f174953717646 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>タイトル</title>
</head>
<body>
<h1>見出し</h1>
<p>本文本文本文本文本文本文本文本文本文本文。本文本文本文本文本文本文本文本文本文本文。本文本文本文本文本文本文本文本文本文本文。本文本文本文本文本文本文本文本文本文本文。本文本文本文本文本文本文本文本文本文本文。</p>
<p>本文本文本文本文本文本文本文本文本文本文。本文本文本文本文本文本文本文本文本文本文。本文本文本文本文本文本文本文本文本文本文。本文本文本文本文本文本文本文本文本文本文。本文本文本文本文本文本文本文本文本文本文。</p>
<ul>
<li>リスト</li>
<li>リスト</li>
<li>リスト</li>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment