mirror of
https://github.com/RobinLinus/snapdrop.git
synced 2025-05-28 05:20:10 -07:00
Merge pull request #570 from sagniKdas53/master
Removeing the unecessary / 's in index.html as it breaks reverse proxying into a sub folder.
This commit is contained in:
commit
69c14aa866
@ -218,8 +218,8 @@
|
||||
<script src="scripts/clipboard.js" async></script>
|
||||
<!-- Sounds -->
|
||||
<audio id="blop" autobuffer="true">
|
||||
<source src="/sounds/blop.mp3" type="audio/mpeg">
|
||||
<source src="/sounds/blop.ogg" type="audio/ogg">
|
||||
<source src="sounds/blop.mp3" type="audio/mpeg">
|
||||
<source src="sounds/blop.ogg" type="audio/ogg">
|
||||
</audio>
|
||||
<!-- no script -->
|
||||
<noscript>
|
||||
|
Loading…
x
Reference in New Issue
Block a user