Home > Net >  How do i fix image not displaying in github pages?
How do i fix image not displaying in github pages?

Time:11-30

Please I need help with my Github page. There is an image that will not show and I have tried my best, I don’t know why I can’t figure. Any help would be appreciated. @ Portfolio|Editoro Please check/inspect the “About me” section. enter image description here

enter image description here

CodePudding user response:

Remove the / before img :

<img class="img-responsive" src="img/about1.jpg" align="">
  • Related