mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
520e28626a
* Move all images to assets/img * Move all scripts to assets/js * Move all webfonts to assets/webfonts * Move all files to assets/files * Move css to assets/css and add imports * Adjust all references to assets folder * Fix tor icon path * Rewrite custom css to sass and add variables * Change ?v on style.css to 5. * Enable Sass minification * Remove CryptoPaper-full.7z
13 lines
563 B
XML
13 lines
563 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<browserconfig>
|
|
<msapplication>
|
|
<tile>
|
|
<square70x70logo src="https://www.privacytools.io/img/favicons/mstile-70x70.png?v=2"/>
|
|
<square150x150logo src="https://www.privacytools.io/img/favicons/mstile-150x150.png?v=2"/>
|
|
<square310x310logo src="https://www.privacytools.io/img/favicons/mstile-310x310.png?v=2"/>
|
|
<wide310x150logo src="https://www.privacytools.io/img/favicons/mstile-310x150.png?v=2"/>
|
|
<TileColor>#da532c</TileColor>
|
|
</tile>
|
|
</msapplication>
|
|
</browserconfig>
|