blob: 60aed46a983caf50c221154b8ffa3765afa077bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE HTML>
<html lang=en>
<head>
<meta charset="utf-8">
<script src="js/cctv-control.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="css/cam.css">
</head>
<body onkeydown="keyDown(event)">
<div id="screen">
<img src="img/testbild.gif" class="fullscreen">
</div>
</body>
</html>
|