Skip to content

Commit

Permalink
fix: hopefully this works
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonGamerBot-QK authored Jan 1, 2025
1 parent fbb0478 commit 1c7742d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/gallery/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<meta name="description" content="Gallery of the rice's " />
<meta property="og:description" content="Gallery of the rice's" />
<meta name="twitter:description" content="Gallery of the rice's" />
<link rel="stylesheet" href="./carousel.css">
<link rel="stylesheet" href="./gallery/carousel.css">
<style>
.row {
display: flex;
Expand Down Expand Up @@ -47,8 +47,8 @@ <h1 class="ultratitle">Gallery</h1>
</header>
<div id="gallery"></div>
</body>
<script src="./carousel.js"></script>
<script src="./icon.js"></script>
<script src="./gallery/carousel.js"></script>
<script src="./gallery/icon.js"></script>
<script>
function groupArray(arr, size = 3) {
const groups = []
Expand Down

0 comments on commit 1c7742d

Please sign in to comment.