mirror of
https://github.com/swc-project/swc.git
synced 2024-12-21 04:32:01 +03:00
17 lines
165 B
HTML
17 lines
165 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>
|
|
|
|
Test
|
|
|
|
</title>
|
|
</head>
|
|
<body>
|
|
|
|
<p>This is a paragraph.</p>
|
|
<p>This is another paragraph.</p>
|
|
|
|
</body>
|
|
</html>
|