mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
17 lines
438 B
HTML
17 lines
438 B
HTML
|
<!doctype html><html lang=en><head><title>Document</title></head><body>
|
||
|
<ul><li>test</ul>
|
||
|
<ul> <li>test</li> </ul>
|
||
|
<ul> <li>test</li> <li>test</li> </ul>
|
||
|
<ul> <li>test</li> <li>test</ul>
|
||
|
<ul><li>test<li>test<li>test</ul>
|
||
|
<ul><li>test<li>test</li> <li>test</li> </ul>
|
||
|
|
||
|
<article>
|
||
|
<h1>FAQ</h1>
|
||
|
<dl><dt>What do we want?<dd>Our data.<dt>When do we want it?<dd>Now.<dt>Where is it?<dd>We are not sure.</dl>
|
||
|
</article>
|
||
|
|
||
|
|
||
|
|
||
|
</body></html>
|