mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-26 17:28:38 +09:00
14 lines
307 B
HTML
14 lines
307 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<span style="display:table">
|
|
<span style="display: table-cell">
|
|
Cell 1
|
|
</span>
|
|
<script type="text/javascript">document.body.offsetWidth</script>
|
|
<span style="display: table-cell">
|
|
Cell 2
|
|
</span>
|
|
</span>
|
|
</body>
|
|
</html>
|