Created
March 19, 2012 13:27
-
-
Save ethertank/2112084 to your computer and use it in GitHub Desktop.
ZenCoding MiuIpsum
This file contains 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 lang="en-US"> | |
<head> | |
<meta charset="UTF-8"> | |
<title></title> | |
</head> | |
<body> | |
<article> | |
<h1>仲村みう</h1> | |
<p>仲村みう</p> | |
<ul> | |
<li>仲村みう</li> | |
<li>仲村みう</li> | |
<li>仲村みう</li> | |
<li>仲村みう</li> | |
<li>仲村みう</li> | |
</ul> | |
<ol> | |
<li>仲村みう</li> | |
<li>仲村みう</li> | |
<li>仲村みう</li> | |
<li>仲村みう</li> | |
<li>仲村みう</li> | |
</ol> | |
<dl> | |
<dt>仲村</dt> | |
<dd>みう</dd> | |
<dt>仲村</dt> | |
<dd>みう</dd> | |
<dt>仲村</dt> | |
<dd>みう</dd> | |
<dt>仲村</dt> | |
<dd>みう</dd> | |
<dt>仲村</dt> | |
<dd>みう</dd> | |
</dl> | |
<table> | |
<tr> | |
<th>仲村</th> | |
<th>仲村</th> | |
<th>仲村</th> | |
</tr> | |
<tr> | |
<th>みう</th> | |
<td>仲村みう</td> | |
<td>仲村みう</td> | |
</tr> | |
<tr> | |
<th>みう</th> | |
<td>仲村みう</td> | |
<td>仲村みう</td> | |
</tr> | |
<tr> | |
<th>みう</th> | |
<td>仲村みう</td> | |
<td>仲村みう</td> | |
</tr> | |
</table> | |
</article> | |
</body> | |
</html> |
This file contains 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
html:5>article>(h1{仲村みう}+p{仲村みう}(ul>li{仲村みう}*5)(ol>li{仲村みう}*5)(dl>(dt{仲村}+dd{みう})*5)(table>(tr>(th{仲村}*3))(tr>(th{みう}(td{仲村みう}*2)))*3)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment