Skip to content

Instantly share code, notes, and snippets.

@gurucharanmk
Created April 19, 2016 18:23
Show Gist options
  • Save gurucharanmk/d7b4df0bda9b61651f1e8e09d0962fba to your computer and use it in GitHub Desktop.
Save gurucharanmk/d7b4df0bda9b61651f1e8e09d0962fba to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.34/browser.min.js"></script>
<script type="text/babel">
let greeting = "Hello World";
console.log(`${greeting}`);
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment