mechanical-dog-bot/index.html

18 lines
423 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Servo</title>
</head>
<body>
<form action='servo' method='post'>
<button name='deg' value='0'>0</button>
<button name='deg' value='90'>90</button>
<button name='deg' value='180'>180</button>
</form>
<form action='servo' method='post'>
<input name='deg' />
<button name='submit' value='submit'>设置</button>
</form>
</body>