blob: f856504e38df0cf310148950ab3831e29fa2853a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<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>
|