Skip to content

Instantly share code, notes, and snippets.

@shams-ali
Created March 25, 2017 14:38
Show Gist options
  • Save shams-ali/453579e049196d04af4326798a24878a to your computer and use it in GitHub Desktop.
Save shams-ali/453579e049196d04af4326798a24878a to your computer and use it in GitHub Desktop.
JS Bin // source https://jsbin.com/jofixe
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
console.log('wsup')
</script>
<script id="jsbin-source-javascript" type="text/javascript">console.log('wsup')</script></body>
</html>
console.log('wsup')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment