31 lines
734 B
Plaintext
31 lines
734 B
Plaintext
extends layout
|
|
|
|
block content
|
|
div#myModal.modal
|
|
div.modal-content
|
|
span.close ×
|
|
h1#modal-title Title
|
|
p#modal-text Text
|
|
|
|
h1 #Live DJ — Queue
|
|
span(style="color: #54949D;") Suche zuerst nach einem Song, Künstler oder Album und klicke danach einfach auf ein Ergebnis
|
|
hr
|
|
div(style="width:100%")
|
|
input#search(type="text" placeholder="In Spotify suchen" style="width: 65%; margin-right: 5%")
|
|
button#search_btn(style="width: 25%" onclick="search()") Suchen
|
|
br
|
|
br
|
|
span(style="color: grey")#result_count 0 Ergebnisse
|
|
table.search
|
|
thead
|
|
tr
|
|
th Cover
|
|
th Künstler
|
|
th Song
|
|
tbody#results
|
|
br
|
|
footer.footer
|
|
p Programmed with ❤️ by git/Tobstr02
|
|
|
|
|