Movatterモバイル変換


[0]ホーム

URL:


Skip to content
DEV Community
Log in Create account

DEV Community

Cover image for Building Website from Scratch - Part 5
Shrikant Dhayje
Shrikant Dhayje

Posted on • Edited on • Originally published atcodewithshriekdj.netlify.app

     

Building Website from Scratch - Part 5

Preface.

So Now I Made Some Changes About the Files related tofavicon.ico.

Whenever I Opened the Google Chrome Devtools I Saw An Error Related to favicon.ico file.


Section Addition in<head> tag.

I Added Given Code inhead tag before my Stylesheet withfavicon.ico related files.

<linkrel="apple-touch-icon"sizes="180x180"href="./apple-touch-icon.png"><linkrel="icon"type="image/png"sizes="32x32"href="./favicon-32x32.png"><linkrel="icon"type="image/png"sizes="16x16"href="./favicon-16x16.png"><linkrel="manifest"href="./site.webmanifest">
Enter fullscreen modeExit fullscreen mode

Favicon.ico related file Is Created and Uploaded to Github Repo.

I Generated the favicon.ico related with an third party site namedfavicon.io you can use any website that you want.

Given Below Is Image of List of New Files Added In Root of Repository.

List of New Files Added In Root of Repository

static/  js/    script.js  styles/    style.cssindex.htmlLICENSEREADME.mdandroid-chrome-192x192.pngandroid-chrome-512x512.pngapple-touch-icon.pngfavicon-16x16.pngfavicon-32x32.pngfavicon.icosite.webmanifest
Enter fullscreen modeExit fullscreen mode

List Of New Files Added.

  • Image Type Files
    • android-chrome-192x192.png
    • android-chrome-512x512.png
    • apple-touch-icon.png
    • favicon-16x16.png
    • favicon-32x32.png
    • favicon.ico
  • File As Text for Settings of favicon.ico related files
    • site.webmanifest

Pull Request

GitHub logo favicon.ico related files added and configured#13

Used the Site Namedhttps://favicon.io for building the favicon.ico file for website and also configured them index.html.

PR Connected Issues

  • Closes #11
  • Closes #12

GitHub Repo

GitHub logo shriekdj / site-from-scratch

Here I Will Create My Site from Start to Finish.

Here I Will Create My Site from Start to Finish.

I Will Now Speed Up The Process.




Top comments(0)

Subscribe
pic
Create template

Templates let you quickly answer FAQs or store snippets for re-use.

Dismiss

Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment'spermalink.

For further actions, you may consider blocking this person and/orreporting abuse

I'm a software developer from India. :india:I live in Shrirampur City, Maharastra :india:I'm currently learning Back-end Web Developing via Python Programming Language.
  • Location
    Shrirampur City, Maharashtra State, India
  • Education
    BCA Graduate at CD Jain College, Shrirampur Affiliated to S. P. Pune University, Maharashtra, India
  • Work
    Full Stack Web Dev at Indiacom (Tellme Digiinfotech), Pune, India
  • Joined

More fromShrikant Dhayje

DEV Community

We're a place where coders share, stay up-to-date and grow their careers.

Log in Create account

[8]ページ先頭

©2009-2025 Movatter.jp