Automatische anderung der Logo datei
This commit is contained in:
parent
916553ad47
commit
4dd3e2c556
4 changed files with 4 additions and 4 deletions
|
|
@ -68,7 +68,7 @@
|
|||
margin: 0 auto;
|
||||
}
|
||||
</style>
|
||||
<a href="/" id="logocontaner"><img id="logo" src="/static/Eurovision_Song_Contest_heart_Wikidata_(2014–2025).svg"></img></a>
|
||||
<a href="/" id="logocontaner"><img id="logo" src="https://commons.wikimedia.org/w/index.php?title=Special:Redirect/file/Eurovision_Song_Contest_Heart_Wikidata.svg&width=300"></img></a>
|
||||
<h1>ESC Playlist</h1>
|
||||
<a href="/suche?liste={{liste}}"
|
||||
>Du willst ein weiteres Lied in der Playlist?</a
|
||||
|
|
|
|||
|
|
@ -15,5 +15,5 @@
|
|||
margin: 3px;
|
||||
}
|
||||
</style>
|
||||
<a href="/" id="logocontaner"><img src="/static/Eurovision_Song_Contest_heart_Wikidata_(2014–2025).svg"></img></a>
|
||||
<a href="/" 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>
|
||||
<form><input name="name" value={{name}} placeholder="Name der Playlist"></form>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
margin: 3px;
|
||||
}
|
||||
</style>
|
||||
<a id="logocontaner"><img src="/static/Eurovision_Song_Contest_heart_Wikidata_(2014–2025).svg"></img></a>
|
||||
<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 %}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
margin: 3px;
|
||||
}
|
||||
</style>
|
||||
<a href="/" id="logocontaner"><img src="/static/Eurovision_Song_Contest_heart_Wikidata_(2014–2025).svg"></img></a>
|
||||
<a href="/" 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>
|
||||
{% if liste == empty %}
|
||||
<p>Du musst etwas in die Playlist Screiben</p>
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue