mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-21 04:31:26 +00:00
21 lines
286 B
HTML
21 lines
286 B
HTML
<html>
|
|
<body>
|
|
|
|
<table>
|
|
<tr>
|
|
<td>
|
|
<select>
|
|
<option style="padding: 200%;">
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<div style="padding: 200%"><span style="float: left; border: 1px solid red;"></span></div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|