blob: 54fc4f7d5c67ac4e9f45d6c506edda71b5bb7a3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!doctype html>
<html>
<body>
<textarea rows="10" cols="25" style="white-space: pre-line">
0 1 2 3
4 5
6 7 8
9
This is a long line that could wrap.
</textarea>
</body>
</html>
|