Skip to content

Instantly share code, notes, and snippets.

@ilearnjavascript
Created March 27, 2019 23:44
Show Gist options
  • Save ilearnjavascript/c81dbe94979f3db33ddced7719a1af90 to your computer and use it in GitHub Desktop.
Save ilearnjavascript/c81dbe94979f3db33ddced7719a1af90 to your computer and use it in GitHub Desktop.
es6 - modules - 1.js
<!DOCTYPE html>
<html>
<head>
<title>Modules</title>
<style>
body {
display: flex;
justify-content: space-around;
}
</style>
<script type='module' src="index.js" defer></script>
</head>
<body></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment