adding files login_image.png and login_video.mp4 to the images folder

#These files work in combination with a modified /view/templeates/login.tpl file that integrates the files into the
#login page.
#the video is is just a small example video
#The content of the files can be easily replaced by site specific files that have to have the same name and have to be
#uploaded to the /images folder.

#/view/templeates/login.tpl changes:
#add the following from line 32 on behind the command {{/foreach}}

<video src="/images/login_video.mp4" width="320" controls>
           <p>Your browser doesn't support HTML5 video. Here is no link to another video instead.</p>
        </video>
	<img src="/images/login_image.png">
This commit is contained in:
BitPickups 2021-07-16 07:07:13 +00:00
parent 415f5de926
commit c17d16b970
2 changed files with 0 additions and 0 deletions

BIN
images/login_image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

BIN
images/login_video.mp4 Normal file

Binary file not shown.