Change video source to colormatic file server
This commit is contained in:
@ -41,11 +41,11 @@ $(document).ready(function(){
|
||||
<h1>Featured Videos:</h1>
|
||||
<ul class="videolist">
|
||||
<li><a href="/video?c=zakarya&v=the-way-forward">
|
||||
<img src="/zakarya/videos/thumbnail/wayforward.png">
|
||||
<img src="https://files.colormatic.org/zakarya/videos/thumbnail/wayforward.png">
|
||||
<span class="title">The Way Forward</span>
|
||||
</a></li>
|
||||
<li><a href="/video?c=zakarya&v=hello-world">
|
||||
<img src="/zakarya/videos/thumbnail/helloworld.png">
|
||||
<img src="https://files.colormatic.org/zakarya/videos/thumbnail/helloworld.png">
|
||||
<span class="title">Hello World</span>
|
||||
</a></li>
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user