blob: 9c0458d9784b7e73b695deac1d4562ef0f391aa8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<body style="font-family: monospace; white-space: nowrap">
<div>
Row 1, Col 1Row 1, Col 2Row 1, Col 3
</div>
<div>
Row 22, Col 1Row 22, Col 2Row 22, Col 3
</div>
<div>
Row 333, Col 1Row 333, Col 2Row 333, Col 3
</div>
</body>
</html>
|