Skip to content

Instantly share code, notes, and snippets.

@bobbravo2
Created August 6, 2016 15:14
Show Gist options
  • Save bobbravo2/fd0d64c9df22942b17e0f6ecf295d7f0 to your computer and use it in GitHub Desktop.
Save bobbravo2/fd0d64c9df22942b17e0f6ecf295d7f0 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CountDown Button with Firebase!</title>
<!-- Firebase Reference -->
<script src="https://www.gstatic.com/firebasejs/live/3.0/firebase.js"></script>
</head>
<body>
<h1>Only <span id="clickValue"></span> clicks to go!!</h1>
<button id="clickButton">Click Me!!!!</button>
<button id="restartButton">Restart</button>
<!-- Javascripts -->
<script src="https://code.jquery.com/jquery-2.2.1.min.js"></script>
<script src="logic.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment