nodescore/www/martin/nsw.html

40 lines
1.1 KiB
HTML
Raw Normal View History

<!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 style="background:black; color:white;">
<input type="hidden" id="group" value='1'>
<div class="outermaster">
</br></br>
<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>