mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 06:50:57 +00:00
10 lines
167 B
HTML
10 lines
167 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<table id='t'>
|
|
<tr><td><input required></td></tr>
|
|
<tr><td><input type='image'></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|