21 lines
264 B
HTML
21 lines
264 B
HTML
<style>
|
|
* {
|
|
font: 0px/0px serif;
|
|
columns: 0;
|
|
display: inherit;
|
|
}
|
|
.x {
|
|
height: 1vw;
|
|
display: inline;
|
|
}
|
|
</style>
|
|
<script>
|
|
function go() {
|
|
a.prepend(null)
|
|
}
|
|
</script>
|
|
<body onload=go()>
|
|
<details class="x" open="">
|
|
<s dir="rtl">
|
|
<table id="a">
|
|
<svg></svg>
|