mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
13 lines
260 B
HTML
13 lines
260 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<input>
|
|
<input readonly>
|
|
<input type=password>
|
|
<input type=password readonly>
|
|
<input type=email>
|
|
<input type=email readonly>
|
|
<textarea></textarea>
|
|
<textarea readonly></textarea>
|
|
</body>
|
|
</html>
|