You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wubloader/thrimbletrimmer/driveclock/drive.html

25 lines
720 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Bus Progress</title>
<link rel="stylesheet" href="drive.css" />
<script src="drive.js"></script>
</head>
<body>
<canvas id="road" width="1580" height="62"></canvas>
<label id="scale">
Scale:
<input id="scale-input" type="number" value="1" min="0.1" step="0.1" />
</label>
<label id="point-progress">
<input id="point-progress-checkbox" type="checkbox" />
Point Progress Mode
</label>
<p class="settings-disclaimer">
Settings modifications will be applied on the next update, which occur every 2.5 seconds.
</p>
<p class="settings-disclaimer">The scale setting is ignored in Point Progress Mode.</p>
</body>
</html>