forked from robotframework/robotframework.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.html
More file actions
36 lines (34 loc) · 1.65 KB
/
Copy pathdefault.html
File metadata and controls
36 lines (34 loc) · 1.65 KB
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
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{ page.title }}</title>
<link rel="stylesheet" type="text/css" href="/assets/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/assets/css/bootstrap-responsive.min.css">
<link rel="stylesheet" type="text/css" href="/assets/css/robotframework.css">
<link rel="stylesheet" type="text/css" href="/assets/css/pygments.css">
<link rel='stylesheet' type='text/css' href='http://fonts.googleapis.com/css?family=Oleo+Script|Open+Sans'>
<script type="text/javascript" src="/assets/js/jquery.min.js"></script>
<script type="text/javascript" src="/assets/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/assets/js/jquery.tweet.js"></script>
<script type="text/javascript" src="/assets/js/robotframework.js"></script>
</head>
<body data-spy="scroll" data-target="#menu">
<div id="wrapper">
<div class="header container">
<h1 id="main-header">Robot Framework</h1>
<span id="main-header-slogan">Generic test automation framework for acceptance testing</span>
</div>
<div id="menu" class="navbar" data-spy="affix" data-offset-top="99">
<ul class="nav">
<li class="active"><a href="#introduction">Introduction</a></li>
<li><a href="#examples">Examples</a></li>
<li><a href="#test-libraries">Test libraries</a></li>
<li><a href="#tools">Tools</a></li>
<li><a href="#communication">Communication</a></li>
</ul>
</div>
{{ content }}
<img src="/assets/img/silhuette.png" id="silhuette" />
</div>
</body>
</html>