mirror of
https://github.com/classilla/tenfourfox.git
synced 2024-11-04 10:05:51 +00:00
14 lines
167 B
HTML
14 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>
|