minor fix
i cant run my code unless its on a server due to my importing js now, so until i set up one there will be alot of these small pushes
This commit is contained in:
parent
216c5392eb
commit
cd2d674687
2 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;
|
var currentSlide = 0;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
<link rel = "stylesheet" href = "Mainpage.css">
|
<link rel = "stylesheet" href = "Mainpage.css">
|
||||||
<script src = "Gallery.js" type = "module"></script>
|
<script src = "\Gallery.js" type = "module"></script>
|
||||||
|
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue