css menu create + playlist

This commit is contained in:
2024-06-11 16:12:33 +02:00
parent 906c5abf52
commit 253fd100d8
11 changed files with 57 additions and 23 deletions

View File

@@ -1,8 +1,6 @@
<section class="list">
<?php
$i = 0;
echo '<img src="data:image/jpeg;base64,' . base64_encode($album->jpeg) . '" alt="' . $album->name . '" />';
echo "<footer class='short-text'>{$album->year} - {$album->artistName}</footer>";
foreach($songs as $song){
echo "<div><article>";
echo "<header class='short-text'>";