Sha256: e6ea8c8ef264c1844328d4bdcda83dcef2ce8b2afc2c5dbb382bdab911f48a6d
Contents?: true
Size: 432 Bytes
Versions: 10
Compression:
Stored size: 432 Bytes
Contents
<!doctype html> <html> <body> <p> Some text! I like table. </p> <table> <tr> <td>Alpha</td><td>Beta</td><td>Gamma</td> </tr> <tr> <td>1</td><td>2</td><td>3</td> </tr> <tr> <td>4</td><td>5</td><td>6</td> </tr> </table> <div class="second"> <table> <tr> <td>Alpha</td><td>Beta</td><td>Gamma</td> </tr> <tr> <td>7</td><td>8</td><td>9</td> </tr> </table> </div> </body> </html>
Version data entries
10 entries across 10 versions & 1 rubygems