This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
User-agent: * | |
Disallow: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- hide the browser UI --> | |
<meta content='yes' name='mobile-web-app-capable'> | |
<meta content='yes' name='apple-mobile-web-app-capable'> | |
<!-- set the correct name --> | |
<meta content='appName' name='application-name'> | |
<meta content='appName' name='apple-mobile-web-app-title'> | |
<!-- Icons --> | |
<link rel="icon" href="/favicon.ico"> | |
<!-- icon in the highest resolution we need it for --> | |
<link href='images/touch/icon-228x228.png' rel='icon' sizes='228x228'> |