Diy video channel subscription page

 
iframe your favourite apache2 video folders to monitor whats new:


<iframe src="/channel1/" width="95%" height="100%"></iframe>
<iframe src="http://channel2/" width="95%" height="100%"></iframe>
<iframe src="http://channel3/" width="95%" height="100%"></iframe>
<iframe src="http://channel4/" width="95%" height="100%"></iframe>

modify height % if you want many to fit on one page

<body style="background-color:#429a4d;">
to add some color

use browser back button to get back from links

 

same for listing .MP4 files

 

<video src="1.MP4" controls> </video>
<video src="2.MP4" controls> </video>
<video src="3.MP4" controls> </video>
<video src="4.MP4" controls> </video>
<video src="5.MP4" controls> </video>
<video src="6.MP4" controls> </video>
<video src="7.MP4" controls> </video>
<video src="8.MP4" controls> </video>
<video src="9.MP4" controls> </video>
<video src="10.MP4" controls> </video>

 

 folder with image

<body style="background-color:#907060">
<p></p> 
<img src="a.jpg" height="50%">
<p></p>
<iframe src="http://folder" width="95%" height="50%"></iframe>

Kommentit