Sha256: 0b5afedbdb101361fbd5b4fd3adcc0af236b00a4fbfa5494b1479f93efa75ef2
Contents?: true
Size: 361 Bytes
Versions: 4
Compression:
Stored size: 361 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="<%= @options.charset %>"> <title><%= @options.title %></title> </head> <frameset cols="300,*" frameborder="1" border="1" bordercolor="#999999" framespacing="1"> <frame src="panel/index.html" title="Search" name="panel" /> <frame src="<%= index_path %>" name="docwin" /> </frameset> </html>
Version data entries
4 entries across 4 versions & 1 rubygems