Sha256: 37e8b0a82ebee338509fff8d679db0732315e06a05728db6d4894e12f08e16d1
Contents?: true
Size: 391 Bytes
Versions: 1
Compression:
Stored size: 391 Bytes
Contents
<html lang="en"> <head> <meta charset="UTF-8" /> <title>ex2</title> </head> <body> <header> <div class="title"> <h1>ex2_header_h1</h1> </div> </header> <div class="main"> <ul> <li>ex2_main_li_1</li> <li>ex2_main_li_2</li> <li>ex2_main_li_3</li> </ul> </div> <footer> <span><a href="#">ex2_footer_span_a</a></span> </footer> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
harvestman-0.1.1 | test/example2.html |