mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 03:31:45 +03:00
11 lines
187 B
HTML
11 lines
187 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Document</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<select name="test" id="test">
|
||
|
<select name="test-1" id="test-1"></select>
|
||
|
</select>
|
||
|
</body>
|
||
|
</html>
|