There are 2 files: index.html and print.html
index.html
print.html
First one contains a button that opens print.html using simple command:
You need to install mod_headers on Apache and set it on .htaccess
mod_headers
.htaccess
Header add Access-Control-Allow-Origin "*"