mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
5 lines
104 B
HTML
5 lines
104 B
HTML
|
|
<script>
|
||
|
|
var table = document.createElement("table");
|
||
|
|
table.tHead = null;
|
||
|
|
table.tFoot = null;
|
||
|
|
</script>
|