Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
GauriGA authored Mar 21, 2024
1 parent 7a52008 commit cc558f2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
<!--
- custom css link
-->
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" href="assets/css/style.css">

<!--
- custom font link
-->
<link rel="stylesheet" href="./assets/font/font.css">
<link rel="stylesheet" href="assets/font/font.css">

<!--
- preload images
-->
<link rel="preload" as="image" href="./assets/images/loading.svg">
<link rel="preload" as="image" href="./assets/images/loading-circle.svg">
<link rel="preload" as="image" href="assets/images/loading.svg">
<link rel="preload" as="image" href="assets/images/loading-circle.svg">

</head>

Expand Down Expand Up @@ -719,4 +719,4 @@ <h2 class="h2 section-title" data-reveal>

</body>

</html>
</html>

0 comments on commit cc558f2

Please sign in to comment.