<html>

<head>
    <title>Index Page</title>
</head>

<body>
    <h1> Hello from index.html </h1>


    <script src="/app.js">  </script>
</body>

</html>