mirror of
http://git.sublab.org/mjpegplexer/
synced 2024-12-22 10:12:23 +01:00
14 lines
407 B
HTML
14 lines
407 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"></meta>
|
|
<script src="main.js"></script>
|
|
</head>
|
|
<body>
|
|
<img src="../stream.mjpeg"></img><br/>
|
|
<input type="submit" value="<" id="left"></input>
|
|
<input type="submit" value="A" id="up"></input>
|
|
<input type="submit" value="V" id="down"></input>
|
|
<input type="submit" value=">" id="right"></input>
|
|
</body>
|
|
</html>
|