mirror of
https://github.com/System-End/riceathon.git
synced 2026-04-19 23:22:58 +00:00
fix: hopefully this works
This commit is contained in:
parent
fbb04785b7
commit
1c7742d1ed
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
@ -47,8 +47,8 @@
|
|||
</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 = []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue