Skip to content

Instantly share code, notes, and snippets.

@ridiculousfish
Created November 23, 2014 01:39
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 ridiculousfish/e7daf7414ff0fd3fae78 to your computer and use it in GitHub Desktop.
Save ridiculousfish/e7daf7414ff0fd3fae78 to your computer and use it in GitHub Desktop.
haste html 2
<html>
<head>
</head>
<body>
Hello World
<script type="text/javascript" src="test.js"></script>
<script type="text/javascript">
window.setTimeout(function(){
Haste.hs_entry_point("foo", "bar")
}, 1000)
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment