25 lines
652 B
HTML
25 lines
652 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="https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Eurovision_Song_Contest_Heart_Wikidata.svg&width=300"></img></a>
|
|
{% for list in lists %}
|
|
<a id="playlist" href="/?liste={{list}}"> {{list}} </a>
|
|
{% endfor %}
|
|
<a href="/neueliste">Lust auf was neues?</a>
|