Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchi-02 authored Jul 19, 2022
1 parent 594618e commit 74b31ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="./styles.css">
<link href="https://fonts.googleapis.com/css?family=Dosis|Lato|Oswald|Pacifico|Roboto" rel="stylesheet">
<title>Tribute to Musashi</title>
</head>
Expand Down Expand Up @@ -76,7 +76,7 @@ <h1 class="timeline">Timeline</h1>
</ul>
<div class="right">
<h3 class="nutshell">IN A NUTSHELL</h3>
<img class="img" src="/img/index.jpeg" alt="">
<img class="img" src="./img/index.jpeg" alt="">
<ul class="resume">
<li class="event">
<p class="what">Born</p>
Expand Down Expand Up @@ -117,4 +117,4 @@ <h4>Do read more about this impeccable personality here.</h4>
</div>
</div>
</body>
</html>
</html>

0 comments on commit 74b31ea

Please sign in to comment.