Skip to content

Commit ca66002

Browse files
committed
Fix: broken path(s)
- Fixed broken preload path for the video carousel
1 parent a10ee4e commit ca66002

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

public_html/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
</head>
2929
<body>
3030
<img src="/img/graphics/index/hero-main.png" width="1" height="1" alt="preload"/>
31-
<img src="/img/videos/1.jpg" width="1" height="1" alt="Preload"/>
32-
<img src="/img/videos/2.jpg" width="1" height="1" alt="Preload"/>
33-
<img src="/img/videos/3.jpg" width="1" height="1" alt="Preload"/>
31+
<img src="/img/graphics/videos/1.jpg" width="1" height="1" alt="Preload"/>
32+
<img src="/img/graphics/videos/2.jpg" width="1" height="1" alt="Preload"/>
33+
<img src="/img/graphics/videos/3.jpg" width="1" height="1" alt="Preload"/>
3434
<?php include 'lib/module/sys-global.php';?>
3535
<?php include 'lib/module/index/inc-index-player.php'?>
3636
<?php

0 commit comments

Comments
 (0)