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