Skip to content

Instantly share code, notes, and snippets.

@anilkk
Last active June 23, 2018 10:26
Show Gist options
  • Select an option

  • Save anilkk/5e410ead8cd66ce80788b82c5ecd9e18 to your computer and use it in GitHub Desktop.

Select an option

Save anilkk/5e410ead8cd66ce80788b82c5ecd9e18 to your computer and use it in GitHub Desktop.
test
<!DOCTYPE html>
<html>
<head>
<title>JS learning</title>
</head>
<body>
<h1>JS Learning</h1>
<script>
// your JS stuff goes here
console.log('script stuff goes here');
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment