25 lines
594 B
HTML
25 lines
594 B
HTML
<style>
|
||
#playlist{
|
||
display: block;
|
||
text-align: center;
|
||
font-size: large;
|
||
color: black;
|
||
}
|
||
a{
|
||
color: black;
|
||
display: block;
|
||
text-align: center;
|
||
font-size: smaller;
|
||
}
|
||
#logo{
|
||
object-fit: scale-down;
|
||
}
|
||
#logocontaner{
|
||
margin: 3px;
|
||
}
|
||
</style>
|
||
<a id="logocontaner"><img src="/static/Eurovision_Song_Contest_heart_Wikidata_(2014–2025).svg"></img></a>
|
||
{% for list in lists %}
|
||
<a id="playlist" href="/?liste={{list}}"> {{list}} </a>
|
||
{% endfor %}
|
||
<a href="/neueliste">Lust auf was neues?</a>
|