Skip to content

Instantly share code, notes, and snippets.

Created September 16, 2015 22:56
Show Gist options
  • Save anonymous/5ecea2f2e6ecf4604b6a to your computer and use it in GitHub Desktop.
Save anonymous/5ecea2f2e6ecf4604b6a to your computer and use it in GitHub Desktop.
training // source http://jsbin.com/verezanexe
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>training</title>
</head>
<body>
whaaaaaaaaaaaaaaaaaaaaaaaaaaaaaatcool.
<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