mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-03 19:05:35 +00:00
14 lines
260 B
HTML
14 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>
|