Skip to content

Instantly share code, notes, and snippets.

@firdaushqq
Created August 4, 2020 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save firdaushqq/8092f723789860acd83f55021ff48433 to your computer and use it in GitHub Desktop.
Save firdaushqq/8092f723789860acd83f55021ff48433 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Firdaus Haqiqi XI RPL 3</title>
</head>
<!--Audio pada web-->
<body bgcolor="snow">
<font face="Kg Happy, Lucida Handwriting">
<center>
<p>Audio ini akan langsung play ↓</p>
<audio controls="controls" autoplay="autoplay" loop="loop">
<source src="Media/gagak.mp3" type="audio/mp3">
Jika tidak autoplay, browser yang digunakan tidak mendukung
</audio>
<p>Klik ▶ untuk menyalakan audio dibawah ini</p>
<audio controls>
<source src="Media/gagak2.mp3" type="audio/mp3">
</audio>
</center>
</font>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment