2023-02-27 10:42:51 +01:00
<!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 >
2023-06-05 04:13:20 +02:00
< 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 >
2023-02-27 10:42:51 +01:00
< link rel = "stylesheet" href = "stil.css" type = "text/css" / >
2023-06-06 13:24:19 +02:00
<!-- 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 -->
2023-02-27 10:42:51 +01:00
< / head >
< body >
< section id = "glavno" >
2023-05-10 18:40:06 +02:00
< h1 > OBSERVATORIJ< / h1 >
2023-06-05 00:30:29 +02:00
< 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 >
2023-05-10 18:40:06 +02:00
2023-06-06 13:24:19 +02:00
< section class = "zaslon" >
<!-- video id="videofeed" muted="" autoplay="" playsinline=""></video -->
< img id = "videofeed" src = "/stream" > < / video >
2023-06-06 15:58:20 +02:00
<!-- button id="predvajaj">⏵</button -->
2023-05-10 18:40:06 +02:00
< section class = "gumbi" >
< button id = "levo" > < / button >
< button id = "desno" > < / button >
< button id = "ravno" > < / button >
< / section >
< / section >
2023-02-27 10:42:51 +01:00
2023-05-10 18:40:06 +02:00
< section class = "info" >
< p > Avtor: BOŠTJAN DRINOVEC< / p >
< p > programiranje: JURIJ PODGORŠEK< / p >
< p > elektronika: BORUT SAVSKI< / p >
2023-06-05 00:30:29 +02:00
< p > produkcija: Mestna galerija Nova Gorica in Boštjan Drinovec, 2023< / p >
2023-02-27 10:42:51 +01:00
< / section >
< / section >
< / body >
< / html >