Sha256: a7424230b2e101a1ce1ea90c264e33f69f0eb116303c51ae6683eeee1fcd5ca6
Contents?: true
Size: 463 Bytes
Versions: 37
Compression:
Stored size: 463 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="<%= charset %>"> <title><%= options.title %></title> </head> <script type="text/javascript" charset="utf-8"> var match = unescape(window.location.hash).match(/^#!(.+)/); var name = match ? match[1] : '<%= url_for_main %>'; name = name.replace(/^(\w+):\/\//, '').replace(/^\/\//, ''); window.top.location = name; </script> <noscript> <h1>Oops!</h1> <h2>YARD requires JavaScript!</h2> </noscript> </html>
Version data entries
37 entries across 34 versions & 6 rubygems