Skip to content

Commit

Permalink
fix: image name issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Gubbu77 authored Oct 9, 2023
1 parent 4db58c8 commit 537c153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/style.css">
<link rel="icon" href="/images/Pic.jpg" class = "myIcon" type="image/x-icon">
<link rel="icon" href="/images/PiC.jpg" class = "myIcon" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="../css/style.css">

Expand Down Expand Up @@ -55,7 +55,7 @@ <h3 class="nickName">Gubbu</h3>
<div class="heading">
<div class="photoand_name_container">
<div class="image_container">
<img src="../images/Pic.jpg" alt="myPIC" class="image_mine">
<img src="../images/PiC.jpg" alt="myPIC" class="image_mine">
</div>
<div class="name_about">
<h3 class="head_name">Hey i'am Indrajith.vs</h3>
Expand Down

0 comments on commit 537c153

Please sign in to comment.