Skip to content

Instantly share code, notes, and snippets.

@ochorocho
Last active February 24, 2017 19:14
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 ochorocho/70024af8457fa59ef17a3af87ee40767 to your computer and use it in GitHub Desktop.
Save ochorocho/70024af8457fa59ef17a3af87ee40767 to your computer and use it in GitHub Desktop.
What a gist...
$(document).ready(function() {
console.log('hello');
});
<html>
<head>
<title>TEST HTML FILE</title>
</head>
<body>
<h1>TEST</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment