Newer
Older
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
37
38
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta name="robots" content="noindex,follow">
<title>Fancytree - Example Browser</title>
<style type="text/css">
body {
background-color: #0F1923;
color: white;
padding: 3px 10px;
font-family: sans-serif;
}
h1 {
margin-top: 8px;
font-size: 1.4em;
}
a {
text-decoration: none;
color: white;
}
#ghButton {
float: right;
}
</style>
</head>
<body>
<h1>
<a href="index.html" target="_top">Fancytree - Example Browser</a>
<iframe id="ghButton"
src="http://ghbtns.com/github-btn.html?user=mar10&repo=fancytree&type=watch&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20">
</iframe>
</h1>
</body>
</html>