14 lines
137 B
HTML
14 lines
137 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<code><pre>
|
||
|
root
|
||
|
indented
|
||
|
</pre></code>
|
||
|
|
||
|
<pre><code>
|
||
|
second
|
||
|
indented
|
||
|
</code></pre>
|
||
|
</body>
|
||
|
</html>
|