blob: 1e2b9081eb4a0a22b39ffa9649640f25440fac7c [file] [log] [blame]
<style>
* {
grid-template-rows: subgrid;
display: inline-grid;
}
html {
contain: strict;
}
</style>
<script>
window.addEventListener('load', () => {
document.head.appendChild(document.createElement('style'))
})
</script>