Skip to content

Commit

Permalink
Linked style and script to html in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rajaryan28 authored Dec 3, 2024
1 parent 8c8870b commit 40e6fb9
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 @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Animations</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />


Expand Down Expand Up @@ -193,7 +193,7 @@ <h3 style="color: #61450d;"><center>Acheivements</center></h3>
<script src="anime.min.js"></script>
<script src="https://unpkg.com/typed.js@2.1.0/dist/typed.umd.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="/script.js"></script>
<script src="./script.js"></script>
<script>


Expand Down Expand Up @@ -230,4 +230,4 @@ <h3 style="color: #61450d;"><center>Acheivements</center></h3>
});
</script>
</body>
</html>
</html>

0 comments on commit 40e6fb9

Please sign in to comment.