<script type="text/javascript" src="../path-to-javascript-file.js"></script>
import { hello } from './module.js'; let val = hello(); // val is "Hello";