mirror of
https://github.com/swc-project/swc.git
synced 2024-12-30 17:15:11 +03:00
18 lines
229 B
HTML
18 lines
229 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Document</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>Test</p>
|
||
|
<p>
|
||
|
Test
|
||
|
Test
|
||
|
</p>
|
||
|
<p>One
|
||
|
<p>Two
|
||
|
|
||
|
<p><object><param><ins><map><a href="/">Apples</a></map></ins></object></p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|