Sha256: 651aaf5acbeabebd543659363db757d514e2deb73d31ba076905f0d095bd5613
Contents?: true
Size: 581 Bytes
Versions: 6
Compression:
Stored size: 581 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="<%= charset %>"> <title><%= options.title %></title> </head> <script type="text/javascript"> var mainUrl = '<%= url_for_main %>'; try { var match = decodeURIComponent(window.location.hash).match(/^#!(.+)/); var name = match ? match[1] : mainUrl; var url = new URL(name, location.href); window.top.location.replace(url.origin === location.origin ? name : mainUrl); } catch (e) { window.top.location.replace(mainUrl); } </script> <noscript> <h1>Oops!</h1> <h2>YARD requires JavaScript!</h2> </noscript> </html>
Version data entries
6 entries across 6 versions & 2 rubygems