Sha256: 18b00ca72e4a6ff8028fafd21565127e563b844e2a0e9c71bdc00827da1e83d4
Contents?: true
Size: 762 Bytes
Versions: 19
Compression:
Stored size: 762 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=<%= charset %>"/> <title><%= options[:title] %></title> <script type="text/javascript" charset="utf-8"> function frame_saver() { if (self.location.search) { parent.main.location = location.search.substring(1,location.search.length); } else { parent.main.location = "index.html"; } } window.onload = frame_saver; </script> </head> <frameset cols="20%,*" border="1" bordercolor="CCC"> <frame name="list" src="class_list.html" /> <frame name="main" /> </frameset> </html>
Version data entries
19 entries across 19 versions & 1 rubygems