counter-app
<html> | |
<head> | |
<title> A Counter </title> | |
</head> | |
<body> | |
The counter is <span id="counter-element">0</span> | |
<button>Click To Increment</button> | |
<script> | |
alert("Hey there"); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment