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:
Nye Evans 2021-01-01 18:17:43 +00:00
parent 216c5392eb
commit cd2d674687
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import {slidem, slides} from "GalleryIndex.js";
import {slidem, slides} from "/GalleryIndex.js";
var currentSlide = 0;

View file

@ -2,7 +2,7 @@
<header>
<link rel = "stylesheet" href = "Mainpage.css">
<script src = "Gallery.js" type = "module"></script>
<script src = "\Gallery.js" type = "module"></script>
<meta charset="UTF-8">