mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
14 lines
200 B
HTML
14 lines
200 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<body>
|
||
|
|
||
|
<p>This is a paragraph.</p>
|
||
|
<!--
|
||
|
<p>Look at this cool image:</p>
|
||
|
<img border="0" src="pic_trulli.jpg" alt="Trulli">
|
||
|
-->
|
||
|
<p>This is a paragraph too.</p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|