Skip to content

Instantly share code, notes, and snippets.

Created July 6, 2015 15:50
Show Gist options
  • Save anonymous/d52de9a8ba26024d7791 to your computer and use it in GitHub Desktop.
Save anonymous/d52de9a8ba26024d7791 to your computer and use it in GitHub Desktop.
Hello, World! // source https://jsbin.com/puporu
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Hello, World!</title>
</head>
<body>
<script id="jsbin-javascript">
console.log("Hello, World!")
</script>
<script id="jsbin-source-javascript" type="text/javascript">console.log("Hello, World!")</script></body>
</html>
console.log("Hello, World!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment