Updated website
This commit is contained in:
commit
57a0fa9a6e
27 changed files with 6706 additions and 0 deletions
17
frames.html
Normal file
17
frames.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Sapling Documentation</title>
|
||||
</head>
|
||||
<script type="text/javascript" charset="utf-8">
|
||||
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>
|
Loading…
Add table
Add a link
Reference in a new issue