mirror of
https://github.com/swc-project/swc.git
synced 2024-12-01 09:52:57 +03:00
12 lines
192 B
HTML
12 lines
192 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div> a <span> test </span> b </div>
|
|
<div> a <span> test </span> b </div>
|
|
|
|
</body>
|
|
</html> |