Update index.php

This commit is contained in:
Tufayel Ahmed 2020-04-13 19:22:29 +06:00 committed by GitHub
parent c76b8d4802
commit e55c229131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,7 @@ function getContent($url)
<div class="col-sm-6 col-md-6 col-lg-6 text-center mt-5"><ul style="list-style: none;padding: 0px">
<li>a video by <b>@<?php echo $username; ?></b></li>
<li><button class="btn btn-primary mt-3" onclick="window.location.href='<?php echo $contentURL; ?>'">Download Video</button></li>
<li><div class="alert alert-primary mb-0 mt-3">If the video opens directly, try saving it by pressing CTRL+S or on phone, save from three dots in the bottom left corner</div></li>
<li><div class="alert alert-primary mb-0 mt-3">If the video opens directly, try saving it by pressing CTRL+S or on phone, save from three dots in the bottom right corner</div></li>
</ul></div>
</div>
</div>