I\'m trying to create a website that can be downloaded and run locally by launching its index file.
All the files are local, no resources are used online.
Wh
You can try putting 'Access-Control-Allow-Origin':'*' in response.writeHead(, {[here]}).
'Access-Control-Allow-Origin':'*'
response.writeHead(, {[here]})