blob: 0f0c92cd5b8d53108cf13ec1b1f61977d8bd8434 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style>
td { font-family: monospace; white-space: pre; }
</style>
</head>
<body>
<table border="1"><tbody><tr><td>	TabIndented</td></tr></tbody></table>
</body>
</html>
|