Skip to content

Instantly share code, notes, and snippets.

@peey
Created October 11, 2017 16:02
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 peey/ee43c504cc6574d584ac9f5cd4a4f0d1 to your computer and use it in GitHub Desktop.
Save peey/ee43c504cc6574d584ac9f5cd4a4f0d1 to your computer and use it in GitHub Desktop.
counter demo
<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