mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 13:11:31 +03:00
14 lines
183 B
HTML
14 lines
183 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
|
|
<!--This is a comment-->
|
|
<!-- This is a comment -->
|
|
<p>This is a paragraph.</p>
|
|
<!-- Comments are not displayed in the browser -->
|
|
|
|
</body>
|
|
</html>
|
|
|
|
|