Advertisement
saasbook

index.html

Jan 10th, 2012
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.74 KB | None | 0 0
  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html
  3.     PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
  4.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
  5.  
  6. <!--
  7.  
  8.    RDoc Documentation
  9.  
  10.  -->
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head>
  13.   <title>RDoc Documentation</title>
  14.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  15. </head>
  16. <frameset rows="20%, 80%">
  17.     <frameset cols="25%,35%,45%">
  18.         <frame src="fr_file_index.html"   title="Files" name="Files" />
  19.         <frame src="fr_class_index.html"  name="Classes" />
  20.         <frame src="fr_method_index.html" name="Methods" />
  21.     </frameset>
  22.     <frame src="files/date_calculator_rb.html" name="docwin" />
  23. </frameset>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement