1
0
mirror of https://github.com/RobinLinus/snapdrop.git synced 2025-05-15 23:20:11 -07:00

Removed the / as it breaks reverse proxying

This commit is contained in:
Sagnik Das 2023-02-06 16:23:55 +05:30
parent 85f99a7b41
commit 21f82c7ffd

View File

@ -218,8 +218,8 @@
<script src="scripts/clipboard.js" async></script> <script src="scripts/clipboard.js" async></script>
<!-- Sounds --> <!-- Sounds -->
<audio id="blop" autobuffer="true"> <audio id="blop" autobuffer="true">
<source src="/sounds/blop.mp3" type="audio/mpeg"> <source src="sounds/blop.mp3" type="audio/mpeg">
<source src="/sounds/blop.ogg" type="audio/ogg"> <source src="sounds/blop.ogg" type="audio/ogg">
</audio> </audio>
<!-- no script --> <!-- no script -->
<noscript> <noscript>