index.html (13 lines of code) (raw):
<html>
<head>
<title>Vidispine Job Tool</title>
</head>
<body>
<div id="app"></div>
<script>
const DEPLOYMENT_PATH="/";
const VS_HOST="setmetosomething";
</script>
<script src="/./build/bundle.js" type="text/javascript"></script>
</body>
</html>