This commit is contained in:
Mike Phares 2023-02-05 16:03:35 -07:00
parent 8ea66dcbd7
commit 4cb1819a49
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
<body> <body>
<div id="deviceReady"> <div id="deviceReady">
<p><a href='http://localhost/slideshow/index.html'>Slideshow</a></p> <p><a href='slideshow/index.html'>Slideshow</a></p>
</div> </div>
</body> </body>

View File

@ -2,6 +2,6 @@
"ImageInterval": 9123, "ImageInterval": 9123,
"JsonInterval": 59000, "JsonInterval": 59000,
"ImageZero": "images/1x1_00000000.png", "ImageZero": "images/1x1_00000000.png",
"DataDirectory": "../Images - Results/F) Random/2022-09-22/[]", "DataDirectory": "../Results/F) Random/45f4401/[]",
"Root": "../Images - Results/C) Resize/2022-09-22/1920 x 1080/()" "Root": "../Results/C) Resize/45f4401/1376 x 768/()"
} }