mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
16 lines
219 B
HTML
16 lines
219 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<table>
|
|
<td>
|
|
<p>Hello</p>
|
|
<body style="white-space:pre">
|
|
</body>
|
|
</td>
|
|
<td>
|
|
<body contenteditable="true">
|
|
</body>
|
|
</td>
|
|
</table>
|
|
</body>
|
|
</html>
|