<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">

<head>
    <%- include("head", locals) %>
</head>

<body class="preload">
    <div class="mt-5">
        <div class="container">
            <h1 class="title is-1">Inner DJ</h1>
            <div class="box is-size-5">
                <h2 class="title is-2">Request a Song</h2>
                <div class="has-text-centered">
                    <div id="qr-container" class="mb-4"></div>
                    <p>Or go to <span class="has-text-weight-bold populate-url with-trailing-slash">this site</span> <span class="if-totp">and enter <span id="token" class="has-text-weight-bold is-family-monospace">...</span></span></p>
                </div>
            </div>
            <%- include("instructions", locals) %>
            <%- include("footer", locals) %>
        </div>
    </div>
    <script src="/assets/js/otplib.js?v1" nonce="<%= cspNonce %>"></script>
    <script src="/assets/js/qr-creator.min.js?v1" nonce="<%= cspNonce %>"></script>
    <script src="/assets/js/totp.js?v1" nonce="<%= cspNonce %>"></script>
    <script src="/assets/js/urls.js?v1" nonce="<%= cspNonce %>"></script>
</body>

</html>