renamed files, fixing small bugs
This commit is contained in:
parent
cd2d674687
commit
2406084276
3 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
import {slidem, slides} from "/GalleryIndex.js";
|
||||
import {slidem, slides} from "/galleryIndex.js";
|
||||
|
||||
var currentSlide = 0;
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<header>
|
||||
<link rel = "stylesheet" href = "Mainpage.css">
|
||||
<script src = "\Gallery.js" type = "module"></script>
|
||||
<script src = "pages\gallery.js" type = "module"></script>
|
||||
|
||||
<meta charset="UTF-8">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue