forked from ruby/docs.ruby-lang.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 881 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Documentation for Ruby</title>
<base href="http://docs.ruby-lang.org/en/"/>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"/>
</head>
<body>
<div class="container">
<div class="page-header">
<h1>Documentation for Ruby</h1>
</div>
<div class="list-group">
<a class="list-group-item" href="./trunk/">Ruby trunk</a>
<a class="list-group-item" href="./2.3.0/">Ruby 2.3.0</a>
<a class="list-group-item" href="./2.2.0/">Ruby 2.2.0</a>
<a class="list-group-item" href="./2.1.0/">Ruby 2.1.0</a>
<a class="list-group-item" href="./2.0.0/">Ruby 2.0.0 (outdated)</a>
<a class="list-group-item" href="./1.9.3/">Ruby 1.9.3 (outdated)</a>
<a class="list-group-item" href="./1.8.7/">Ruby 1.8.7 (outdated)</a>
</div>
</div>
</body>
</html>