mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
12 lines
209 B
XML
12 lines
209 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" height="70">
|
||
|
|
<script>
|
||
|
|
|
||
|
|
function boom()
|
||
|
|
{
|
||
|
|
document.documentElement.style.minHeight = '68121107503rem'
|
||
|
|
}
|
||
|
|
|
||
|
|
window.addEventListener("load", boom, false);
|
||
|
|
|
||
|
|
</script>
|
||
|
|
</svg>
|