mirror of
http://git.sublab.org/mjpegplexer/
synced 2025-07-11 16:24:30 +02:00
added webinterface
This commit is contained in:
parent
08feea56c8
commit
c35a1c1abb
25 changed files with 738 additions and 6 deletions
24
public/print.html
Normal file
24
public/print.html
Normal file
|
@ -0,0 +1,24 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<script src="js/print.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" type="text/css" href="css/print.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div id="page">
|
||||
<div id="imageContainer">
|
||||
<img src="about:blank" id="camImage">
|
||||
</div>
|
||||
<div id="metaContainer">
|
||||
|
||||
</div>
|
||||
<div id="textContainer">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue