Set favicons with JavaScript


Set favicons with JavaScript

In a super easy and simple way for JavaScript newbies When you publishing some websites, you’ll need to set favicon for the websites. If you have bunch of HTML files to do that, one tiny change might results lots of bothersome works. In this article, I’m gonna let you know how to set favicon — include shortcut icons for Android and iOS — with just few lines of code in JavaScript without fixing your HTML codes one by one. Basic way to set favicon in HTML <link rel="shortcut icon" href="../images/...


#css #자바스크립트 #웹디자인 #웹개발 #web #spemer #javascript #html #favicon #파비콘

원문링크 : Set favicons with JavaScript