speedometer/index.html

15 lines
200 B
HTML

<html>
<head>
<title>Spedometer</title>
</head>
<body>
<div id="speedometer">
<span id="speed"></span>
</div>
<script type="application/javascript" src="main.js"></script>
</body>
</html>