Kleine veränderung
This commit is contained in:
parent
46e9d5c40d
commit
f3d0f6bd7b
4 changed files with 31 additions and 5 deletions
|
|
@ -1,6 +1,18 @@
|
|||
<ul>
|
||||
<style>
|
||||
#playlist{
|
||||
display: block;
|
||||
text-align: center;
|
||||
font-size: large;
|
||||
color: black;
|
||||
}
|
||||
a{
|
||||
color: black;
|
||||
display: block;
|
||||
text-align: center;
|
||||
font-size: smaller;
|
||||
}
|
||||
</style>
|
||||
{% for list in lists %}
|
||||
<li><a href="/?liste={{list}}">{{list}}</a></li>
|
||||
<a id="playlist" href="/?liste={{list}}"> {{list}} </a>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<a href="/neueliste">Lust auf was neues?</a>
|
||||
Loading…
Add table
Add a link
Reference in a new issue