Mercurial > hg > nodescore
view www/m/5.html @ 19:a56434dee146
toggleable divs and clean up
author | tzara <rc-web@kiben.net> |
---|---|
date | Mon, 09 Jul 2012 19:18:47 +0100 |
parents | 6ad0cde69558 |
children | 9daa1ac0af33 |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <link href="css/nodescore.css" rel="stylesheet"> <link href="css/chat.css" rel="stylesheet"> <script src="js/jquery-1.7.1.min.js"></script> <script src="/socket.io/socket.io.js"></script> <script src="js/nodescore-client.js"></script> </head> <body onload='document.getElementById("countinnumber").style.visibility="hidden";'> <input type="hidden" id="group" value='1'> <div class="outermaster"> <div class="metrocase" id="metro"> <div id="metronome0"></div> <div id="metronome1"></div> <div id="metronome2"></div> <div id="metronome3"></div> </div> <div id="client_chronometer" style="z-index: 2;">00:00:00.0</div> <div id="countinnumber"></div> <div id="live"> </div> <div id="preview"> <img src="img/thumbs/1.html.png"/> </div> <div style="height: 0px; visibility: hidden; display: none;"> <div id="unit01"> <img src="img/1280x800/music1.jpg" width="1280px"/> </div> <div id="unit02"> <img src="img/1280x800/music2.jpg" width="1280px"/> </div> <div id="unit03"> <img src="img/1280x800/music3.jpg" width="1280px"/> </div> <div id="unit04"> <img src="img/1280x800/music4.jpg" width="1280px"/> </div> <div id="unit05"> <img src="img/1280x800/music5.jpg" width="1280px"/> </div> <div id="unit06"> <img src="img/1280x800/music4.jpg" width="1280px"/> </div> </div> </div> </div> </div> </div> </body></html>