forked from sinatra/sinatra.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (15 loc) · 716 Bytes
/
index.html
File metadata and controls
15 lines (15 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>Sinatra API Documentation</title>
<meta content='text/html; charset=utf8' http-equiv='Content-Type'>
</head>
<frameset border='1' bordercolor='gray' cols='20%, *' frameborder='1'>
<frameset rows='15%, 35%, 50%'>
<frame name='Files' src='fr_file_index.html' title='Files'></frame>
<frame name='Classes' src='fr_class_index.html'></frame>
<frame name='Methods' src='fr_method_index.html'></frame>
</frameset>
<frame name='docwin' src='files/README_rdoc.html'></frame>
</frameset>
</html>