mirror of
https://github.com/swc-project/swc.git
synced 2024-11-29 22:51:38 +03:00
21 lines
550 B
HTML
21 lines
550 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport"
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<div
|
|
data-test="one"
|
|
data-test="two"
|
|
></div>
|
|
|
|
<img src="test.png" alt="one" alt="two">
|
|
<img src="test.png" alt="one" alt="two" alt="three">
|
|
<img src="test.png" alt="one" alt="two" alt="three" src="test2.png">
|
|
|
|
</body>
|
|
</html> |