Mercurial > hg > nodescore
view www/m/music.html @ 40:9d69c5b009e7
tag added and seems to be stablish apart from memory leak - check out jquery timer functions within nodejs as a possible solution
added screenshot and favicon and pimped index
author | tzara <rc-web@kiben.net> |
---|---|
date | Thu, 23 Aug 2012 16:17:31 +0000 |
parents | c4719d1b7633 |
children | 7f0485e0d0ff |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <style type="text/css"> .svgmusic {margin:0; width:1000px; height:450px;} .unit {padding:0px; bottom-margin:0; margin:0px; background:blue; height:450px;} </style> </head> <body style="margin:0"> <a id="1"><div class="unit" id="unit01"> <embed class="svgmusic" src="svg/13_6_2.svg" type="image/svg+xml"/> </div></a> <a id="2"><div class="unit" id="unit02"> <embed class="svgmusic" src="svg/14_1_1.svg" type="image/svg+xml"/> </div></a> <a id="3"><div class="unit" id="unit03"> <embed class="svgmusic" src="svg/15_0_2.svg" type="image/svg+xml"/> </div></a> <a id="4"><div class="unit" id="unit04"> <embed class="svgmusic" src="svg/26_6_3.svg" type="image/svg+xml"/> </div></a> <a id="5"><div class="unit" id="unit05"> <embed class="svgmusic" src="svg/44_7_5.svg" type="image/svg+xml"/> </div></a> <a id="6"><div class="unit" id="unit06"> <embed class="svgmusic" src="svg/32_2_4.svg" type="image/svg+xml"/> </div></a> </body> </html>