mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 13:11:31 +03:00
35 lines
485 B
HTML
35 lines
485 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<div></div>
|
|
<div><div></div></div>
|
|
<div></div><div></div>
|
|
<br>
|
|
<br />
|
|
<h:ællæ></h:ællæ>
|
|
<div ⚡></div>
|
|
<some-tag-1></some-tag-1><some-tag-2></some-tag-2>
|
|
<a href="test.html"><div>hey</div></a>
|
|
<CUSTOM-TAG></CUSTOM-TAG><div>Hello :)</div>
|
|
<div>
|
|
|
|
test
|
|
|
|
</div>
|
|
|
|
<div data-test="a"></div>
|
|
<br data-test="a" />
|
|
<br data-test="a" >
|
|
<br data-test="a">
|
|
<div
|
|
>
|
|
Test
|
|
</div
|
|
>
|
|
|
|
<div>test</div>
|
|
</body>
|
|
</html> |