Skip to content

Instantly share code, notes, and snippets.

@dlundy
Last active January 4, 2016 21:39
Show Gist options
  • Save dlundy/8682395 to your computer and use it in GitHub Desktop.
Save dlundy/8682395 to your computer and use it in GitHub Desktop.
sample
<html>
<head>
<!-- load your javascript libs here with script tags -->
<script type="text/javascript">
$(document).ready(function() {
// timer code goes inside here, it will be called when the page loads fully
});
</script>
</head>
<body>
<!-- html goes here -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment