mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 10:53:11 +09:00
15 lines
252 B
HTML
15 lines
252 B
HTML
<html>
|
|
<head>
|
|
<script type="text/javascript">
|
|
|
|
function boom()
|
|
{
|
|
document.body.contentEditable = "true";
|
|
document.execCommand("outdent", false, null);
|
|
}
|
|
|
|
</script>
|
|
</head>
|
|
|
|
<body style="word-spacing: 3px;" onload="boom();"> ́</body>
|
|
</html>
|