mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-17 08:30:05 +00:00
16 lines
176 B
HTML
16 lines
176 B
HTML
<!doctype html>
|
|
<html>
|
|
<body>
|
|
<textarea rows="10" cols="25" wrap="off">
|
|
0 1 2 3
|
|
4 5
|
|
|
|
6 7 8
|
|
9
|
|
|
|
|
|
This is a long line that could wrap.
|
|
</textarea>
|
|
</body>
|
|
</html>
|