Sha256: 69512da9a86eb4d5bd87af058414d5d895fcac4abf88bbc6e1d955c30446ca7b
Contents?: true
Size: 414 Bytes
Versions: 5
Compression:
Stored size: 414 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Chess</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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
chess-0.3.6 | docs/frames.html |
chess-0.3.5 | docs/frames.html |
chess-0.3.4 | docs/frames.html |
chess-0.3.3 | docs/frames.html |
chess-0.3.2 | docs/frames.html |