mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 19:33:08 +09:00
13 lines
268 B
HTML
13 lines
268 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<table border="1"><tr>
|
|
<td style="float: left; height: 200px">
|
|
<script type="text/javascript">v = document.body.offsetHeight;</script>
|
|
</td>
|
|
<td style="float: right">
|
|
Right
|
|
</td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|