speedometer/index.html

15 lines
200 B
HTML
Raw Normal View History

2019-02-21 17:33:18 -07:00
<html>
<head>
<title>Spedometer</title>
</head>
<body>
<div id="speedometer">
<span id="speed"></span>
</div>
2019-02-21 17:41:33 -07:00
<script type="application/javascript" src="main.js"></script>
2019-02-21 17:33:18 -07:00
</body>
</html>