Sha256: 0bb95361f48f2d8531632097d29f92c0cc29698d4f011e2516fe9735301d5774
Contents?: true
Size: 572 Bytes
Versions: 21
Compression:
Stored size: 572 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Frames</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <frameset cols="40%, 40%, 20%"> <frame src="frame_1.html" id="frame_one_1" name="frame1"/> <frame src="frame_2.html" id="frame_two_2" name="frame2"/> <frame src="frame_3.html" id="frame_three_3" name="frame3"/> </frameset> </html>
Version data entries
21 entries across 21 versions & 4 rubygems
Version | Path |
---|---|
page-object-0.9.4 | features/html/frames.html |