zotan.pw-web/zotan.pw-web/Pages/NowPlaying.cshtml
2022-11-20 03:06:51 +01:00

34 lines
1 KiB
Plaintext

@page "/np"
@model NowPlayingModel
@{
ViewData["title"] = "now playing";
}
<p>Here you can see what kind of music I've been listening to lately. This table is updated every couple minutes from multiple data sources.</p>
<p style="background-color:#333; padding:5px 7px;">Links to my music library / webplayer are accessible to authorized users only. If you think this includes you, but something isn't working, <a href="/#contact">DM me</a>.</p>
<ul>
<li>Albums</li>
</ul>
<h3>>> Albums</h3>
<table>
<th>Artist</th>
<th>Album</th>
<th>Link</th>
<tr>
<td>Röyksopp</td>
<td>Profound Mysteries</td>
<td><a href="https://music.zotan.services/?/R%C3%B6yksopp/Profound%20Mysteries">music.zotan.services</a></td>
</tr>
<tr>
<td>t+pazolite</td>
<td>Refactoring Travel</td>
<td><a href="https://music.apple.com/gb/album/%E3%83%AA%E3%83%95%E3%82%A1%E3%82%AF%E3%82%BF%E3%83%AA%E3%83%B3%E3%82%B0-%E3%83%88%E3%83%A9%E3%83%99%E3%83%AB/1494424249">Apple Music</a></td>
</tr>
<tr>
<td>test</td>
<td>test</td>
<td>test</td>
</tr>
</table>