mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
6 lines
162 B
HTML
6 lines
162 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<body onload="document.getElementById('d').removeAttribute('contenteditable')">
|
|
<div id="d" contenteditable>notaword</div>
|
|
</body>
|
|
</html>
|