Sha256: 3a16b4fdc099a6259616cdaf48e8aa1688fcd1edbec40c0e81ca1f3338d40874
Contents?: true
Size: 569 Bytes
Versions: 76
Compression:
Stored size: 569 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=<%= @options.charset %>" /> <title><%= @options.title %></title> </head> <frameset cols="300,*" frameborder="1" border="1" bordercolor="#666666" framespacing="1"> <frame src="panel/index.html" title="Search" name="panel" /> <frame src="<%= index_path %>" name="docwin" /> </frameset> </html>
Version data entries
76 entries across 37 versions & 8 rubygems