7 lines
143 B
HTML
7 lines
143 B
HTML
<!doctype html>
|
|
<body>
|
|
<script>
|
|
const PA_SIZE = 10;
|
|
window.getComputedStyle(document.body,'\\q' + 'q'.repeat(PA_SIZE));
|
|
</script>
|
|
</body>
|