half mentors updated, few requires images and description

This commit is contained in:
Mark Perman
2025-08-31 18:28:58 +03:00
parent d6756ed225
commit dace35676f
74 changed files with 3983 additions and 3981 deletions

View File

@@ -1,23 +1,23 @@
<!doctype html>
<html>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="3600">
<title>striim ja kell</title>
<style>
body {
background:black;
margin:0;
padding:0;
}
</style>
<p id=kell style="color:white;font-size:600%;text-align:center;padding:0;margin:0;"></p>
<img style="cursor:none;width:100%;" src="https://master.lapikud.ee/stream/1/stream" alt="video0"/>
<script>
setInterval(function(){
var d = new Date();
var p = document.getElementById("kell");
var datestring = ("0" + d.getDate()).slice(-2) + "-" + ("0"+(d.getMonth()+1)).slice(-2) + "-" + d.getFullYear() + " " + ("0" + d.getHours()).slice(-2) + ":" + ("0" + d.getMinutes()).slice(-2);
p.innerHTML = datestring;
}, 1000);
</script>
<!doctype html>
<html>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="3600">
<title>striim ja kell</title>
<style>
body {
background:black;
margin:0;
padding:0;
}
</style>
<p id=kell style="color:white;font-size:600%;text-align:center;padding:0;margin:0;"></p>
<img style="cursor:none;width:100%;" src="https://master.lapikud.ee/stream/1/stream" alt="video0"/>
<script>
setInterval(function(){
var d = new Date();
var p = document.getElementById("kell");
var datestring = ("0" + d.getDate()).slice(-2) + "-" + ("0"+(d.getMonth()+1)).slice(-2) + "-" + d.getFullYear() + " " + ("0" + d.getHours()).slice(-2) + ":" + ("0" + d.getMinutes()).slice(-2);
p.innerHTML = datestring;
}, 1000);
</script>