10 lines
236 B
HTML
10 lines
236 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<script>
|
|
onload = () => {
|
|
document.designMode = 'on';
|
|
getSelection().selectAllChildren(document.body);
|
|
getSelection().modify('extend', 'backward', 'character');
|
|
};
|
|
</script>
|
|
<audio controls>
|