Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created April 28, 2019 08:28
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 jasongorman/4d6a68708f350fd42e76580d061c349e to your computer and use it in GitHub Desktop.
Save jasongorman/4d6a68708f350fd42e76580d061c349e to your computer and use it in GitHub Desktop.
<!-- H:M:S view of clock -->
<div id="hms_view" class="container">
</div>
<p></p>
<!-- Total Seconds view of clock -->
<div id="total_seconds_view" class="container">
</div>
<p></p>
<div class="container">
<button id="reset" class="btn-primary" type="submit">Reset</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment