Skip to content

Instantly share code, notes, and snippets.

@Bijesse
Forked from anonymous/index.html
Last active August 29, 2015 14:24
Show Gist options
  • Save Bijesse/df1232a7619f1bea9972 to your computer and use it in GitHub Desktop.
Save Bijesse/df1232a7619f1bea9972 to your computer and use it in GitHub Desktop.
<!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