mirror of
https://github.com/swc-project/swc.git
synced 2024-12-18 19:21:33 +03:00
9 lines
125 B
HTML
9 lines
125 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<p>1<b>2<i>3</b>4</i>5</p>
|
|
</body>
|
|
</html> |