minor javascript fixes
ive got a server to run my site on now so there should be less minor commits,
This commit is contained in:
parent
2406084276
commit
ea75670078
4 changed files with 2 additions and 2 deletions
BIN
images/projectHeaderPlaceholder.png
Normal file
BIN
images/projectHeaderPlaceholder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
|
@ -1,4 +1,4 @@
|
||||||
import {slidem, slides} from "/galleryIndex.js";
|
import {slidem, slides} from "/gallery-index.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 = "pages\gallery.js" type = "module"></script>
|
<script src = "\gallery.js" type = "module"></script>
|
||||||
|
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 17 KiB |
Loading…
Add table
Reference in a new issue