Last active
August 29, 2015 14:02
-
-
Save hitsujixgit/47fa7a94662ac8a2ca89 to your computer and use it in GitHub Desktop.
Show sidebar
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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