miguelfreitas / twister-html

twister HTML + Javascript User Interface
MIT License
229 stars 138 forks source link

Add shortcut parameter inside favicon html code of all html files #322

Closed Spheerys closed 8 years ago

Spheerys commented 8 years ago

To be compatible everywhere, the code for favicon should be like this :

<link rel="shortcut icon" type="image/png" href="img/twister_mini.png" />

I just modify the 9 html files in this way (and my editor removed unecessary spaces)

slr commented 8 years ago

thanks!