mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
10 lines
190 B
HTML
10 lines
190 B
HTML
<!DOCTYPE html>
|
|
<head><style></style></head>
|
|
<body>
|
|
<div contenteditable></div>
|
|
<input placeholder="hello"/>
|
|
<textarea placeholder="hello"></textarea>
|
|
<input/>
|
|
<textarea></textarea>
|
|
</body>
|