added link to discord

This commit is contained in:
J-onasJones 2024-10-15 02:24:48 +02:00
parent 52338f3ecf
commit 0a2aba0bf9

View file

@ -107,6 +107,7 @@ async function handleDefaultGet(env) {
<img class="qr-code" src="https://api.qrserver.com/v1/create-qr-code/?data=${selectedFile ? `https://cdn.jonasjones.dev/uni/ws2425/tutorien/epr/loesungen/${selectedFile.filename}` : ''}" alt="QR Code"/>
<a class="btn download-btn" href="https://cdn.jonasjones.dev/uni/ws2425/tutorien/epr/loesungen/${selectedFile.filename}">Download</a>
<a class="btn" href="/all">View All Files</a>
<a style="padding-top:10px" href="https://discord.gg/wVXF7b6CkS" >Discord</a>
</div>
</body>
</html>