Sha256: d23ca66d9c61f236fef4f64f391157e7089018e9ff9e57b3dcc5410e4e2c4dfc
Contents?: true
Size: 601 Bytes
Versions: 1
Compression:
Stored size: 601 Bytes
Contents
<html> <head> <title>Foo</title> <link rel="stylesheet" href="foo.css" type="text/css"/> <link rel="stylesheet" href="/css/bar.css" type="text/css"/> <script type="text/javascript" src="foo.js"></script> </head> <body> Foo <img src="picard.jpg"/> <a href="http://picard.ytmnd.com/">Picard song</a> <form action="foo.html" method="post"> <input type="text" name="foo" /> <select name="bar"> <option>pants</option> </select> <textarea name="yar"></textarea> <input type="submit" value="Submit" /> </form> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
butternut-0.0.1 | spec/fixtures/foo.html |