blob: 40475dbc7d7e681a3f724fa79c4a5615b8b83a8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<html>
<head>
<style type="text/css"> p { margin: 5px 1em; width: 0; } </style>
</head>
<body lang="ja">
<p>あいう</p>
<p>上中下</p>
<p>あ、い。う。。。</p>
<p>あっっっっい</p>
<p>きゃきゅきょ</p>
<p>ぁぃぅぇぉ</p>
</body>
</html>
|