Skip to content

Commit d9011ae

Browse files
authored
Creates docs/index.html
This is served when accessing http://robotframework.org/Selenium2Library/. Contains links to keyword docs and other related info.
1 parent 270baa4 commit d9011ae

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/index.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!doctype html>
2+
<html>
3+
<head>
4+
<title>Robot Framework Selenium2Library</title>
5+
<meta charset="utf-8">
6+
</head>
7+
<body>
8+
<h1>Robot Framework Selenium2Library</h1>
9+
<ul>
10+
<li><a href="Selenium2Library.html">Keyword documentation</a></li>
11+
<li><a href="https://github.com/robotframework/Selenium2Library">Project pages</a></li>
12+
<li><a href="https://bitbucket.org/robotframework/webdemo">Selenium2Library demo project</a></li>
13+
<li><a href="http://robotframework.org">Robot Framework</a></li>
14+
</ul>
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)