mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
16 lines
179 B
HTML
16 lines
179 B
HTML
<!doctype html>
|
|
<html>
|
|
<body>
|
|
<textarea rows="10" cols="25" style="white-space: pre-wrap">
|
|
0 1 2 3
|
|
4 5
|
|
|
|
6 7 8
|
|
9
|
|
|
|
|
|
This is a long line that could wrap.
|
|
</textarea>
|
|
</body>
|
|
</html>
|