mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-12-16 00:40:43 +01:00
14 lines
395 B
Svelte
14 lines
395 B
Svelte
<div class="relative h-full">
|
|
<div class="h-full flex items-center justify-center">
|
|
<p class="text-[1.05rem]">No supported video found on this site</p>
|
|
</div>
|
|
<div class="absolute bottom-0.5">
|
|
<p class="text-xs text-gray-400">
|
|
Suggestions or bugs can be submitted <a
|
|
class="underline"
|
|
href="https://github.com/bytedream/stream-bypass/issues">here</a
|
|
>
|
|
</p>
|
|
</div>
|
|
</div>
|