Skip to content

Commit

Permalink
Update Links
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAkshayAS authored Apr 21, 2024
1 parent dfc05f5 commit b0cb319
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link rel="stylesheet" href="https://unpkg.com/sheryjs/dist/Shery.css" />
<link rel="stylesheet" href="/assets/css/style.css" />
<link rel="stylesheet" href="assets/css/style.css" />
</head>

<body>
Expand All @@ -22,7 +22,7 @@
<div class="workingarea">
<nav>
<div class="nav-left">
<a href="/"><img src="/assets/img/raybanlogo.png" alt="lgo" srcset="" /></a>
<a href="/"><img src="assets/img/raybanlogo.png" alt="lgo" srcset="" /></a>
<a href="">About</a>
<a href="">Services</a>
</div>
Expand Down Expand Up @@ -83,7 +83,7 @@ <h1>Say Hello.</h1>
<!-- Shery.js is needed for Animations -->
<script type="text/javascript" src="https://unpkg.com/sheryjs/dist/Shery.js"></script>
<!-- Scripts -->
<script src="/assets/script.js"></script>
<script src="assets/script.js"></script>
</body>

</html>
</html>

0 comments on commit b0cb319

Please sign in to comment.