Skip to content

Instantly share code, notes, and snippets.

@RikerW

RikerW/html.html Secret

Created July 31, 2016 21:44
Show Gist options
  • Save RikerW/4fa94949740d1ab001828685602d30ae to your computer and use it in GitHub Desktop.
Save RikerW/4fa94949740d1ab001828685602d30ae to your computer and use it in GitHub Desktop.
what have I done
<html>
<body>
<script>function run(){document.getElementById("life").play()}</script>
<h5><a href="http://bit.ly/IqT6zt">Text Here</a></h5>
<p><a onclick="run()">Lorem Ipsum Dolor.</a></p>
<audio id="life" controls hidden> <source src="http://rikerw.github.io/Rick%20Astley%20-%20Never%20Gonna%20Give%20You%20Up.mp3" type="audio/mp3"> </audio>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment