Skip to content

Instantly share code, notes, and snippets.

@Ntropish
Last active February 4, 2017 02:43
Show Gist options
  • Save Ntropish/b6675b818a394dbfceb9e63407ba87ba to your computer and use it in GitHub Desktop.
Save Ntropish/b6675b818a394dbfceb9e63407ba87ba to your computer and use it in GitHub Desktop.
<html>
<head>
<!-- css, page title goes in here-->
</head>
<body>
<center>
<img id="sadface" src="http://balance3e.com/Images/sad.gif">
<br>
<button onclick="Changeimg(http://balance3e.com/Images/happy.gif);">Smile</button>
</center>
<script>
function changeImg() {
console.log('hey!');
}
</script>
</body>
</HTML>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment