Skip to content

Instantly share code, notes, and snippets.

@hoffination
Last active July 4, 2017 18:47
Show Gist options
  • Save hoffination/7f3a775d321b65126ff245b7e47b57a7 to your computer and use it in GitHub Desktop.
Save hoffination/7f3a775d321b65126ff245b7e47b57a7 to your computer and use it in GitHub Desktop.
Babel Example HTML
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Babel Test</title>
<meta name="description" content="Babel Test Site">
<meta name="author" content="Ben Hofferber">
<script src="node_modules/babel-polyfill/dist/polyfill.min.js"></script>
</head>
<body>
<div id="appendToMe"></div>
<script src="script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment