bordercv
This commit is contained in:
@@ -90,7 +90,7 @@ video {
|
||||
|
||||
.border-cv {
|
||||
border: 30px solid;
|
||||
border-image: url("/img/borders/bordercv.gif") 30 round;
|
||||
border-image: url("/img/borders/bordercv.png") 30 round;
|
||||
}
|
||||
|
||||
.shadow1 {
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 479 B After Width: | Height: | Size: 477 B |
@@ -39,6 +39,6 @@ async function checkStream() {
|
||||
|
||||
onMounted(() => {
|
||||
checkStream();
|
||||
setInterval(checkStream, 30000);
|
||||
setInterval(checkStream, 120000);
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user