mini-test / static /index.html
cduss's picture
docker
b8c72c0
raw
history blame contribute delete
218 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Motor Control</title>
</head>
<body>
<h1>Motor Control</h1>
<div id="sliders"></div>
<script src="main.js"></script>
</body>
</html>