Created by: benblank
The link for apple-touch-icon is the only URL in the templates' index.htmls that is relative, rather than using the %PUBLIC_URL% prefix.
Having all URLs in index.html be absolute makes it possible to host the site in one URL and alias index.html from another. This is helpful, for example, when proxying a site into an Azure Functions domain.