Skip to content

Instantly share code, notes, and snippets.

@Cac0demon
Created October 5, 2023 18:01
Show Gist options
  • Save Cac0demon/033c5b086871e3411877e5467f135b36 to your computer and use it in GitHub Desktop.
Save Cac0demon/033c5b086871e3411877e5467f135b36 to your computer and use it in GitHub Desktop.
Messing Around
<html>
<head>
<title>Car Control Panel</title>
</head>
<body>
<h2>Start Car</h2>
<audio controls>
<source src="https://cdn.freesound.org/previews/257/257931_4206108-lq.mp3">
Your browser does not support the audio element.
</audio>
<h2>Turn Right</h2>
<audio controls>
<source src="https://cdn.freesound.org/previews/588/588614_12244617-lq.mp3">
Your browser does not support the audio element.
</audio>
<h2>Turn Left</h2>
<audio controls>
<source src="https://cdn.freesound.org/previews/678/678387_14339611-lq.mp3">
Your browser does not support the audio element.
</audio>
<h2>Brake</h2>
<audio controls>
<source src="https://cdn.freesound.org/previews/430/430626_7876490-lq.mp3">
Your browser does not support the audio element.
</audio>
<h2>Self Destruct</h2>
<audio controls>
<source src="https://cdn.freesound.org/previews/464/464145_9763642-lq.mp3">
Your browser does not support the audio element.
</audio>
<p>All sounds from freesound.org</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment