Skip to content

Instantly share code, notes, and snippets.

@dlundy
Created January 29, 2014 05:41
Show Gist options
  • Save dlundy/8682463 to your computer and use it in GitHub Desktop.
Save dlundy/8682463 to your computer and use it in GitHub Desktop.
sample alternate
<html>
<head>
<!-- load your javascript libs here with script tags -->
</head>
<body>
<!-- html goes here -->
<script type="text/javascript">
// timer code goes inside here, it should work because your DOM elements exist when this code is evaluated.
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment