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

13 lines
258 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="1920" height="100"></canvas>
</body>
</html>