Skip to content

Commit

Permalink
Update animation library
Browse files Browse the repository at this point in the history
  • Loading branch information
rayc2045 committed Apr 16, 2024
1 parent ee02a37 commit d3629c3
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 @@ -27,13 +27,13 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,700&display=swap"/>
<!-- Libraries -->
<script src="https://cdn.tailwindcss.com"></script><!-- https://tailwindcss.com, https://hyperui.dev -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/animate.min.css"/>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="./src/style.css"/>
<script src="./src/app.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/@imacrayon/[email protected]/dist/cdn.min.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/purify.min.js" defer></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/gsap.min.js" defer></script>
</head>
<body
x-data="{ TITLE, ...utils, localStore, router }"
Expand Down

0 comments on commit d3629c3

Please sign in to comment.