34 lines
939 B
HTML
34 lines
939 B
HTML
|
<!DOCTYPE html>
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||
|
|
||
|
<title>Galerija BOT</title>
|
||
|
|
||
|
<script type="text/javascript" src="webrtc-adapter.min.js" ></script>
|
||
|
<script type="text/javascript" src="settings.js" ></script>
|
||
|
<script type="text/javascript" src="janus.js" ></script>
|
||
|
<script type="text/javascript" src="streaming.js"></script>
|
||
|
|
||
|
<link rel="stylesheet" href="stil.css" type="text/css"/>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<section id="glavno">
|
||
|
<video id="videofeed" class="cakam" muted="" autoplay="" playsinline=""></video>
|
||
|
<button id="predvajaj">⏵</button>
|
||
|
|
||
|
<section class="gumbi">
|
||
|
<button id="levo">←</button>
|
||
|
<button id="desno">→</button>
|
||
|
<button id="ravno">↑</button>
|
||
|
</section>
|
||
|
</section>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|