Skip to content

Commit

Permalink
een streaming links en link pagina toegevoegd
Browse files Browse the repository at this point in the history
voor PC
  • Loading branch information
EcccJ committed Nov 13, 2024
1 parent 2fbc9f4 commit 50118e3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/routes/(app)/_navbar.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
import AccessibleOff from '~icons/tabler/accessible-off'
import Photo from '~icons/tabler/photo'
import Music from '~icons/tabler/music'
import Streaming from '~icons/tabler/device-tv-old'
import Menu from '~icons/tabler/menu-2'
import X from '~icons/tabler/x'
import Equal from '~icons/tabler/equal'
Expand Down Expand Up @@ -111,6 +112,10 @@
<i><Music /></i>
<span>Playlist</span>
</a>
<a class="layout--navbar--item" href="/streaming">
<i><Streaming /></i>
<span>Streaming</span>
</a>

<button class="layout--navbar--item btn-a" on:click={openMenu}>
{#if open}
Expand Down
12 changes: 12 additions & 0 deletions src/routes/(app)/streaming/+page.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<script lang="ts">
import Title from '$lib/components/title.svelte'
</script>

<Title title="Streaming links" />
<p>Maar hoe zit het met streaming rechten? :(</p>
<br />
<br />

<a href="https://request.rotmensen.net"> Streaming Requests</a>
<br />
<a href="https://jellyfin.rotmensen.net"> Streaming Service</a>

0 comments on commit 50118e3

Please sign in to comment.