Skip to content

Instantly share code, notes, and snippets.

@hitsujixgit
Last active August 29, 2015 14:02
Show Gist options
  • Save hitsujixgit/47fa7a94662ac8a2ca89 to your computer and use it in GitHub Desktop.
Save hitsujixgit/47fa7a94662ac8a2ca89 to your computer and use it in GitHub Desktop.
Show sidebar
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="http://localtest.net/wp-content/themes/sample01/style.css" type="text/css" />
<title>Hitsuji x Web</title>
</head>
<body>
<ol>
<li>
<h2>テキストタイトル1</h2>
<div class="textwidget">テキスト本文1</div>
</li>
<li>
<h2>テキストタイトル2</h2>
<div class="textwidget">テキスト本文2</div>
</li>
</ol>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment