Skip to content

Instantly share code, notes, and snippets.

@ajayparsana
Created October 13, 2014 11:08
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 ajayparsana/a5603aeea8c15d9dee75 to your computer and use it in GitHub Desktop.
Save ajayparsana/a5603aeea8c15d9dee75 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
alert("This is GitExample");
</script>
<script id="jsbin-source-javascript" type="text/javascript">alert("This is GitExample");</script></body>
</html>
alert("This is GitExample");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment