Add Jellyfin
This commit is contained in:
parent
1c84982232
commit
0ec108ab08
2 changed files with 25 additions and 0 deletions
23
public/pages/music.html
Normal file
23
public/pages/music.html
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width">
|
||||||
|
<title>FP650 - Unfinished page</title>
|
||||||
|
<link href="/styles/style.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="/styles/bounce.css" rel="stylesheet" type="text/css" />
|
||||||
|
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/visits"></script> -->
|
||||||
|
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/construction"></script> -->
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h5 hidden id='Maintenance' class="center"></h5>
|
||||||
|
<span class=center>
|
||||||
|
<h3 class=force-color>Firepup's music taste</h3>
|
||||||
|
<p class=force-color>Well I don't know why you want this, but a direct link to my playlist is this:</p>
|
||||||
|
<a class=cyan href="https://open.spotify.com/playlist/4ctNy3O0rOwhhXIKyLvUZM">https://open.spotify.com/playlist/4ctNy3O0rOwhhXIKyLvUZM</a></p>
|
||||||
|
<p class=force-color>Here's a spotify embed too, for good measure:</p>
|
||||||
|
<iframe style="border-radius:12px" src="https://open.spotify.com/embed/playlist/4ctNy3O0rOwhhXIKyLvUZM" width="100%" height="500" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture" loading="lazy"></iframe>
|
||||||
|
</span>
|
||||||
|
<script src="/scripts/script.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
|
@ -15,6 +15,8 @@
|
||||||
<h5 class="force-color">Avalible Services</h5>
|
<h5 class="force-color">Avalible Services</h5>
|
||||||
<a href="/thelounge/" class="cyan">TheLounge</a>
|
<a href="/thelounge/" class="cyan">TheLounge</a>
|
||||||
<br/>
|
<br/>
|
||||||
|
<a href="/jellyfin/" class="cyan">Jellyfin</a>
|
||||||
|
<br/>
|
||||||
<a href="/bluemap/" class="cyan">Bluemap</a>
|
<a href="/bluemap/" class="cyan">Bluemap</a>
|
||||||
<br/>
|
<br/>
|
||||||
<a href="/novnc/?reconnect=1&reconnect_delay=2000&bell=1&resize=remote&quality=9&compression=9&show_dot=1&logging=debug&autoconnect=1" class="cyan">noVNC</a>
|
<a href="/novnc/?reconnect=1&reconnect_delay=2000&bell=1&resize=remote&quality=9&compression=9&show_dot=1&logging=debug&autoconnect=1" class="cyan">noVNC</a>
|
||||||
|
|
Loading…
Reference in a new issue