Abspielknopf

This commit is contained in:
mikka 2026-04-22 20:03:19 +02:00
parent 1d906d4d5f
commit ec5b29dff3
5 changed files with 57 additions and 11 deletions

View file

@ -44,11 +44,18 @@
text-align: center;
color: rgb(181, 181, 181);
}
button{
padding: 10px;
margin: 5px;
border: black;
border-radius: 20px;
}
</style>
<h1>ESC Playlist</h1>
<h2>2026</h2>
<a href="/suche?liste={{liste}}">Du willst ein weiteres Lied in der Playlist?</a>
<p>Die Playlist {{liste}} ist insgesamt lang {{ gesamtLaenge | zeit }} und enthält {{ karten|length }} Lieder</p>
<p>Die Playlist {{liste}} ist insgesamt {{ gesamtLaenge | zeit }} lang und enthält {{ karten|length }} Lieder</p>
<button onclick="abspielen()">Abspielen</button>
<div id = "flex-container">
{% for karte in karten %}
{% set karte_loop = loop %}