mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-27 11:51:17 +00:00
10 lines
168 B
HTML
10 lines
168 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<table id='t'>
|
|
<tr><td><input required></td></tr>
|
|
<tr><td><input type='submit'></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|