65 lines
2.1 KiB
HTML
65 lines
2.1 KiB
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="js/webrtc-adapter.min.js" ></script>
|
|
<script type="text/javascript" src="js/settings.js" ></script>
|
|
<script type="text/javascript" src="js/script-janus.js" ></script>
|
|
<script type="text/javascript" src="js/propeliraj.js"></script>
|
|
<script type="text/javascript" src="js/streaming.js"></script>
|
|
|
|
<link rel="stylesheet" href="stil.css" type="text/css"/>
|
|
|
|
<!-- Matomo -->
|
|
<script>
|
|
var _paq = window._paq = window._paq || [];
|
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|
_paq.push(['trackPageView']);
|
|
_paq.push(['enableLinkTracking']);
|
|
(function() {
|
|
var u="https://anal.kompot.si/";
|
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
_paq.push(['setSiteId', '4']);
|
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
|
})();
|
|
</script>
|
|
<!-- End Matomo Code -->
|
|
</head>
|
|
|
|
<body>
|
|
<section id="glavno">
|
|
<h1>OBSERVATORIJ</h1>
|
|
<h2>je umetniška instalacija, ki je del razstave Nevidni sopotnik v Mestni galeriji Nova Gorica. Spodnja konzola vam omogoča upravljanje tamkajšnjega lebdečega objekta.</h2>
|
|
|
|
|
|
<section class="zaslon">
|
|
<!--video id="videofeed" muted="" autoplay="" playsinline=""></video-->
|
|
<img id="videofeed" src="/stream"></video>
|
|
<!--button id="predvajaj">⏵</button-->
|
|
|
|
<section class="gumbi">
|
|
<button id="levo"></button>
|
|
<button id="desno"></button>
|
|
<button id="ravno"></button>
|
|
</section>
|
|
</section>
|
|
|
|
<section class="info">
|
|
<p>Avtor: BOŠTJAN DRINOVEC</p>
|
|
<p>programiranje: JURIJ PODGORŠEK</p>
|
|
<p>elektronika: BORUT SAVSKI</p>
|
|
<p>produkcija: Mestna galerija Nova Gorica in Boštjan Drinovec, 2023</p>
|
|
</section>
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</html>
|