Last active
February 4, 2017 02:43
-
-
Save Ntropish/b6675b818a394dbfceb9e63407ba87ba to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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