mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
15 lines
307 B
HTML
15 lines
307 B
HTML
<!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>
|