Skip to content

Instantly share code, notes, and snippets.

@peey
Created October 11, 2017 16:04
Show Gist options
  • Save peey/7c73b7b00c22578ca989201e6591754e to your computer and use it in GitHub Desktop.
Save peey/7c73b7b00c22578ca989201e6591754e to your computer and use it in GitHub Desktop.
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