🙏 Adds mis components and services

This commit is contained in:
Rune Harlyk
2023-05-10 22:34:48 +02:00
parent 07a99a6248
commit 8cf4c09543
7 changed files with 110 additions and 10 deletions
+11
View File
@@ -0,0 +1,11 @@
<script lang="ts">
import { onDestroy } from 'svelte';
let videoStream = '//leika.local/stream';
onDestroy(() => {
videoStream = '#';
});
</script>
<img src={videoStream} class="object-contain w-full h-full" alt="Live stream is down" />