mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 20:03:08 +09:00
10 lines
193 B
HTML
10 lines
193 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<span style="display:table">
|
|
Cell 1
|
|
<script type="text/javascript">document.body.offsetWidth</script>
|
|
Cell 2
|
|
</span>
|
|
</body>
|
|
</html>
|