Sha256: 5212de1d68a685932b110a8b510ca12275e6f420a06a6da51fb6c4ccfdf1acac
Contents?: true
Size: 417 Bytes
Versions: 1
Compression:
Stored size: 417 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Kirigami</title> </head> <script type="text/javascript"> var match = unescape(window.location.hash).match(/^#!(.+)/); var name = match ? match[1] : 'index.html'; name = name.replace(/^(\w+):\/\//, '').replace(/^\/\//, ''); window.top.location = name; </script> <noscript> <h1>Oops!</h1> <h2>YARD requires JavaScript!</h2> </noscript> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kirigami-0.4.5 | docs/frames.html |