Skip to content

Commit

Permalink
Change music
Browse files Browse the repository at this point in the history
  • Loading branch information
PAndaContron authored Mar 28, 2024
1 parent c27578c commit d636269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import withStyles from './jss'
const Footer = ({ classes }) => (
<div class={classes.root}>
<audio autoPlay loop id='musicPlay'>
<source src='https://blog.ammaraskar.com/assets/misc_files/keygen-boosted-lowbitrate.mp3' type='audio/mpeg' />
<source src='https://sourceforge.net/p/gamine-game/code/ci/master/tree/sounds/BachJSBrandenburgConcertNo2inFMajorBWV1047mvmt1.ogg?format=raw' type='audio/ogg' />
</audio>
<span>
Powered by <a href='https://rctf.redpwn.net/' target='_blank' rel='noopener noreferrer'>rCTF</a>
Expand Down

0 comments on commit d636269

Please sign in to comment.