This commit is contained in:
2025-11-29 18:13:22 +00:00
parent 99e52a6606
commit cf7cfc4967
3 changed files with 2 additions and 2 deletions

View File

@@ -90,7 +90,7 @@ video {
.border-cv { .border-cv {
border: 30px solid; border: 30px solid;
border-image: url("/img/borders/bordercv.gif") 30 round; border-image: url("/img/borders/bordercv.png") 30 round;
} }
.shadow1 { .shadow1 {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 479 B

After

Width:  |  Height:  |  Size: 477 B

View File

@@ -39,6 +39,6 @@ async function checkStream() {
onMounted(() => { onMounted(() => {
checkStream(); checkStream();
setInterval(checkStream, 30000); setInterval(checkStream, 120000);
}); });
</script> </script>