Skip to content

Instantly share code, notes, and snippets.

@archiewald
Created February 24, 2018 08:05
Show Gist options
  • Save archiewald/0996a2135890681d77d644a71b9d8382 to your computer and use it in GitHub Desktop.
Save archiewald/0996a2135890681d77d644a71b9d8382 to your computer and use it in GitHub Desktop.
JS Bin My very first code snippet // source http://jsbin.com/qafivov/2
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="My very first code snippet">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<script id="jsbin-javascript">
console.log("Hello JS Bin!");
</script>
<script id="jsbin-source-javascript" type="text/javascript">console.log("Hello JS Bin!");
</script></body>
</html>
console.log("Hello JS Bin!");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment