<!DOCTYPE html> <html> <head> <title>Download your file</title> <script type="text/javascript" src="/bundle.js"></script> </head> <body> <button onclick="download()">DOWNLOAD</button> <ul id="downloaded_files"> </ul> </body> </html>