Compare commits

...

2 Commits

Author SHA1 Message Date
2c8f7e64c9 Fix div tag 2020-08-04 12:21:26 +09:30
92a205b317 Hated one Video, Tor vs VPN 2020-08-04 12:14:23 +09:30

View File

@ -268,15 +268,25 @@ breadcrumb: "VPN"
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div>
<h3>Related Videos</h3>
</div>
<div class="col-lg-6 col-12"> <div class="col-lg-6 col-12">
<h3>Related Videos</h3> <a href="https://youtube.com/watch?v=WVDQEoe6ZWY" target="_blank">
<a href="https://invidio.us/watch?v=WVDQEoe6ZWY" target="_blank">
<img <img
src="/assets/img/png/layout/this-video-is-sponsored-by-vpn.png" src="/assets/img/png/layout/this-video-is-sponsored-by-vpn.png"
class="img-fluid float-left mr-3" class="img-fluid float-left mr-3"
alt="This Video Is Sponsored By censored VPN"> alt="This Video Is Sponsored By censored VPN">
</a> </a>
</div> </div>
<div class="col-lg-6 col-12">
<a href="https://www.youtube.com/watch?v=6ohvf03NiIA" target="_blank">
<img
src="/assets/img/png/layout/this-video-is-sponsored-by-vpn.png"
class="img-fluid float-left mr-3"
alt="Tor vs VPN | Which one should you use for privacy, anonymity and security">
</a>
</div>
</div> </div>
</div> </div>
</div> </div>