html head title Currently Playing and Queue! meta(charset="UTF-8") meta(name="viewport" content="width=device-width, initial-scale=1") link(rel="stylesheet" href="/stylesheets/fs.css") body h1.live-dj #Live DJ div.container div.now h4.title Spielt aktuell img.cover#current-cover(style="width:350px; height:350px" src="https://i.scdn.co/image/ab67616d00001e020500a6a79bd0fd15046ae0c1") p.current-playing-name#current-name Happy Birthday p.current-playing-artist#current-artist Nika div.now h4.title Titel hinzufügen? img(src="https://api.qrserver.com/v1/create-qr-code/?size=350x350&ecc=M&color=90-195-195&bgcolor=14-45-45&data=https://iif.li/party/" style="width: 350px; height: 350px; border: 0; border-radius: 3px;") div.now h4.title Warteschlange table.queue thead tr th Nr. th Cover th Künstler th Song tbody#queue-items script(src="/javascripts/request.js") script(src="/javascripts/fs.js")