Skip to content

Instantly share code, notes, and snippets.

@extratone
Created July 22, 2021 03:45
Show Gist options
  • Save extratone/dfc3dd8b852aa5777122de35f5ea850c to your computer and use it in GitHub Desktop.
Save extratone/dfc3dd8b852aa5777122de35f5ea850c to your computer and use it in GitHub Desktop.
Very simple audio player embed using a URL to an audio file within a GitHuh Repository.
<audio controls>
  <source src="https://github.com/extratone/bilge/raw/main/audio/Mono.mp3">
</audio>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment