Skip to content

Instantly share code, notes, and snippets.

@yuya-matsushima
Last active December 15, 2015 08:29
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 yuya-matsushima/5230942 to your computer and use it in GitHub Desktop.
Save yuya-matsushima/5230942 to your computer and use it in GitHub Desktop.
slim解説用の変換後html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Sample File</title>
</head>
<body class="sample">
<div id="contents">
<h1>Sample File</h1>
<img alt="yterajima" src="http://www.e2esound.com/images/yterajima.jpg" />
<p>テキストテキストテキスト</p>
<p>テキストテキストテキスト
テキストテキストテキスト</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment