mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
13 lines
167 B
HTML
13 lines
167 B
HTML
<html>
|
|
<head></head>
|
|
<body>
|
|
|
|
<div id="firstDiv">
|
|
Parent1
|
|
</div>
|
|
|
|
<div id="secondDiv">
|
|
Parent2<div contenteditable id="editable">Testing 1</div></div>
|
|
|
|
</body>
|
|
</html>
|