| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,16 @@ | ||
| <html> | ||
| <head> | ||
| <link href="bootstrap.css" media="all" rel="stylesheet" type="text/css" /> | ||
| </head> | ||
| <body> | ||
| <table class="table table-striped table-bordered condensed"> | ||
| <tbody> | ||
| <tr><td>1 Foo data</td><td>Bar data</td></tr> | ||
| <tr><td>2 Foo data</td><td>Bar data</td></tr> | ||
| <tr><td>3 Foo data</td><td>Bar data</td></tr> | ||
| <tr><td>4 Foo data</td><td>Bar data</td></tr> | ||
| <tr><td>5 Foo data</td><td>Bar data</td></tr> | ||
| </tbody> | ||
| </table> | ||
| </body> | ||
| </html> |