Skip to content
Snippets Groups Projects
top.html 770 B
Newer Older
  • Learn to ignore specific revisions
  • Laura Cappelli's avatar
    Laura Cappelli committed
    <!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>