Sha256: f5a8ef8ddaa8920c244bc8793d91f3d9fa8207f01cad81e53fb28d6ca0f41941

Contents?: true

Size: 548 Bytes

Versions: 1

Compression:

Stored size: 548 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
	<title>Chess</title>
</head>
<script type="text/javascript">
var mainUrl = 'index.html';
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

1 entries across 1 versions & 1 rubygems

Version Path
chess-0.4.0 docs/frames.html