Mercurial > hg > nodescore
diff www/m/nsw.html @ 49:ddb09f0a67fd
begining of attempt at modularisation
author | tzara <rc-web@kiben.net> |
---|---|
date | Sat, 13 Oct 2012 00:17:52 +0000 |
parents | |
children | a47aa7866ed8 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/www/m/nsw.html Sat Oct 13 00:17:52 2012 +0000 @@ -0,0 +1,42 @@ +<!DOCTYPE html> +<html> +<head> + <script src="/socket.io/socket.io.js"></script> + <meta charset="UTF-8"> + <title>score@nodescore</title> + + <link rel="shortcut icon" href="/kiben_favicon.ico" type="image/x-icon" /> + + + <link href="css/chat-tablet.css" rel="stylesheet"> + <link href="css/menu.css" rel="stylesheet"> + + <script src="js/jquery-1.7.1.min.js"></script> + <script src="js/nodescore-slides.js"></script> + <script src="js/controlseq.js"></script> +</head> + +<body> + + <input type="hidden" id="group" value='1'> + + <div class="outermaster"> + <div id="midfoot"> + <div id="timeinfo"> + <div id="datetime"></div> + <div id="client_chronometer" style="font-size:7em; z-index: 2;">00:00:00</div> + <div id="client_latency">Latency: 0ms</div> + </div> + + + </div> + + + <input type="button" value="START" onclick="stopWatch(1);" style="height: 55px; width: 150px" /> + <input type="button" value="STOP" onclick="stopWatch(0);" style="height: 55px; width: 150px" /> + <input type="button" value="RESET" onclick="stopWatch(2);" style="height: 55px; width: 150px" /> + +</div> + +</body> +</html>