summaryrefslogtreecommitdiff
path: root/cam_public/index.html
blob: 790efca2756a3b869ec28d02507d5f03f883b645 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!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>