DX70CAT/templates/index.html

20 lines
689 B
HTML

<html>
<head>
<title>DX70CAT</title>
</head>
<body>
<form action = "/index" method = "post">
<table>
<tr>
<td><button type ="submit" name="ant_button" style="background-color:#eeeeee;color:black;width:200px;height:40px;" value="up">up</button></td>
</tr>
<tr>
<td><button type ="submit" name="ant_button" style="background-color:#eeeeee;color:black;width:200px;height:40px;" value="down">down</button></td>
</tr>
<tr>
<td><div style="text-align: left;"> <img id="mjpgImage" alt="Processing..." src="http://192.168.88.40/video/mjpg.cgi" > </img> </div></td>
</tr>
</form>
</body>
</html>