diff options
author | heqnx <root@heqnx.com> | 2025-07-05 16:14:03 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-07-05 16:14:03 +0300 |
commit | 93e0c2614f4b6456f2bbcfb5122a2a3068c551fc (patch) | |
tree | 360886848239b4d5044ec1cfd190bdead19845e0 /templates/var/www/html/videos | |
parent | e3a9e74d33ca5c3177f404327cc99ea70f1f2a45 (diff) | |
download | ansible-icecast2-93e0c2614f4b6456f2bbcfb5122a2a3068c551fc.tar.gz ansible-icecast2-93e0c2614f4b6456f2bbcfb5122a2a3068c551fc.zip |
adding looping, fade in-out videos
Diffstat (limited to 'templates/var/www/html/videos')
-rw-r--r-- | templates/var/www/html/videos/.gitkeep | 0 | ||||
-rw-r--r-- | templates/var/www/html/videos/videos.json | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/templates/var/www/html/videos/.gitkeep b/templates/var/www/html/videos/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/templates/var/www/html/videos/.gitkeep diff --git a/templates/var/www/html/videos/videos.json b/templates/var/www/html/videos/videos.json new file mode 100644 index 0000000..3c05dc0 --- /dev/null +++ b/templates/var/www/html/videos/videos.json @@ -0,0 +1,5 @@ +[ + "video1.webm", + "video2.webm", + "video3.webm" +] |