We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10ee4e commit ca66002Copy full SHA for ca66002
1 file changed
public_html/index.php
@@ -28,9 +28,9 @@
28
</head>
29
<body>
30
<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"/>
+<img src="/img/graphics/videos/1.jpg" width="1" height="1" alt="Preload"/>
+<img src="/img/graphics/videos/2.jpg" width="1" height="1" alt="Preload"/>
+<img src="/img/graphics/videos/3.jpg" width="1" height="1" alt="Preload"/>
34
<?php include 'lib/module/sys-global.php';?>
35
<?php include 'lib/module/index/inc-index-player.php'?>
36
<?php
0 commit comments