annotate 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 |
rev |
line source |
rc-web@28
|
1 <!DOCTYPE html>
|
rc-web@28
|
2 <html>
|
rc-web@28
|
3 <head>
|
rc-web@28
|
4 <style type="text/css">
|
rc-web@32
|
5 .svgmusic {margin:0; width:1000px; height:450px;}
|
rc-web@32
|
6 .unit {padding:0px; bottom-margin:0; margin:0px; background:blue; height:450px;}
|
rc-web@28
|
7 </style>
|
rc-web@28
|
8 </head>
|
rc-web@28
|
9
|
rc-web@32
|
10 <body style="margin:0">
|
rc-web@32
|
11 <a id="1"><div class="unit" id="unit01"> <embed class="svgmusic" src="svg/13_6_2.svg" type="image/svg+xml"/> </div></a>
|
rc-web@32
|
12 <a id="2"><div class="unit" id="unit02"> <embed class="svgmusic" src="svg/14_1_1.svg" type="image/svg+xml"/> </div></a>
|
rc-web@32
|
13 <a id="3"><div class="unit" id="unit03"> <embed class="svgmusic" src="svg/15_0_2.svg" type="image/svg+xml"/> </div></a>
|
rc-web@32
|
14 <a id="4"><div class="unit" id="unit04"> <embed class="svgmusic" src="svg/26_6_3.svg" type="image/svg+xml"/> </div></a>
|
rc-web@32
|
15 <a id="5"><div class="unit" id="unit05"> <embed class="svgmusic" src="svg/44_7_5.svg" type="image/svg+xml"/> </div></a>
|
rc-web@32
|
16 <a id="6"><div class="unit" id="unit06"> <embed class="svgmusic" src="svg/32_2_4.svg" type="image/svg+xml"/> </div></a>
|
rc-web@28
|
17 </body>
|
rc-web@28
|
18 </html>
|