build/index.template.html (16 lines of code) (raw):

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <title>Vidispine Job Tool</title> <link rel="shortcut icon" type="image/png" href="/vs-jobs/images/favicon.png"> </head> <body > <div id="app"></div> <script> const DEPLOYMENT_PATH="__DEPLOYMENTPATH__"; const VS_HOST="__VIDISPINEHOST__"; </script> <script src="__DEPLOYMENTPATH__/bundle.js" type="text/javascript"></script> </body> </html>