Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
tar cf file.tar file1 file2 file3 ...
gzip file.tar
gunzip file.tar.gz
tar xf file.tar
`gzip -c file.html > file.tar.gz`;
tar -czf file.tar.gz -C filesdir file1 file2 ...