19 lines
287 B
HTML
19 lines
287 B
HTML
<style>
|
|
body {
|
|
columns: 0px;
|
|
}
|
|
* {
|
|
column-width: 95em;
|
|
break-before: page;
|
|
}
|
|
</style>
|
|
<script>
|
|
window.onload = () => {
|
|
document.vlinkColor = "x"
|
|
}
|
|
</script>
|
|
<body>
|
|
<canvas></canvas>
|
|
<form style="-webkit-perspective: 16px">
|
|
<fieldset style="position: fixed">
|
|
<legend>x</legend>
|