로딩
티스토리 데이터 처리 중입니다.

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 y.....