Skip to content

Commit

Permalink
Download link
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelklehr committed Dec 14, 2011
1 parent e8a08a4 commit e6dda65
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,24 +52,40 @@
color:#fff;
font-family: serif;
}
h1 {
margin-top:0;
margin-right: 20px;
float:left;
}
a#download {
display: block;
padding-top: 0.5em;
color: #fff;
z-index:10;
}
h3 {
float: right;
margin-right: 130px;
}
.instr {
clear:left;
padding-left:1em;
}
svg {
z-index:1;
}
</style>

</head>
<body>
<h3 style="display:none;">FPS: <span id="fps">0</span></h3>
<h1>Buzzmap</h1>
<a id="download" href="http://github.com/marcelklehr/buzzmap">Download</a>
<ul class="instr">
<li>Click on a node to view it's children. Click again to hide them.</li>
<li>Doubleclick to edit a node.</li>
</ul>
<a href="http://github.com/marcelklehr/buzzmap"><img style="position: absolute; top: 0pt; right: 0pt; border: 0pt none;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
<a href="http://github.com/marcelklehr/buzzmap" target="_blank" id="fork"><img style="position: absolute; top: 0pt; right: 0pt; border: 0pt none; z-index:10000;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
<ul>
<li><div><span>buzzmap</span></div>

Expand Down

0 comments on commit e6dda65

Please sign in to comment.