mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 21:21:31 +03:00
12 lines
224 B
HTML
12 lines
224 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Document</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<input name="a" type="text">
|
||
|
<input name="b" type="TEXT">
|
||
|
<input name="c" type=" TEXT ">
|
||
|
<input name="d" size=" 20 ">
|
||
|
</body>
|
||
|
</html>
|