nodescore/www/ponysays/transport.html

34 lines
978 B
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>controls@nodescore</title>
<script src="/socket.io/socket.io.js"></script>
<link rel="shortcut icon" href="/kiben_favicon.ico" type="image/x-icon" />
<link href="css/nodescore-tablet.css" rel="stylesheet">
<link href="css/svg-stylesheet.css" rel="stylesheet">
<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/controlseq.js"></script>
<script src="js/scoreB.js"></script>
</head>
<body>
<div id="ctrlstop" style="position:absolute; top:10px; left:10px;">
<div id="c_chronometer" style="z-index: 2;">00:00:00.0</div>
<div id="transport" >
<input type="button" value="start" onclick="startSeq();" />
<input type="button" value="stop" onclick="stopSeq();" />
<input type="button" value="reset" onclick="resetSeq();" />
</div>
</div>
</body>
</html>