Untitled
3 years ago in HTTP
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.accordion {
background-color: #eee;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
}
.active, .accordion:hover {
background-color: #ccc;
}
.accordion:after {
content: '\002B';
color: #777;
font-weight: bold;
float: right;
margin-left: 5px;
}
.active:after {
content: "\2212";
}
.panel {
padding: 0 18px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}
</style>
</head>
<body style="background-color:powderblue;">
<h1>
<center>
Welcome to LJ TV Premium Accounts Pack
</center></h1>
<h3><p></p>
<center>
<mark><strong><a href="https://www.youtube.com/c/LJTVLahatLibre" target="_blank">Please Click Here to SUBSCRIBE TO OUR YOUTUBE Channel!</a></strong></mark>
</center><p></p></h3>
<p><strong>Enjoy!</strong></p> <button class="accordion"><strong><font color="blue"><u>Video Streaming - Netflix, Prime Video, Hulu and other video streaming sites here</u></font></strong></button>
<div class="panel">
<p><strong><span style="font-size: 20px;">Login Details:</span></strong></p>
<p><span style="font-size: 18px;">Netflix:</span></p>
<p>Username: Boss Ken Pogi</p>
<p>Password: Boss Marlonz Gwapo</p>
</div> <button class="accordion"><strong><font color="blue"><u>Music Streaming - Spotify, Deezer, YT Music, Tidal and other Music Streaming is here!</u></font></strong></button>
<div class="panel">
<p><strong><span style="font-size: 20px;">Login Details:</span></strong></p>
<p><span style="font-size: 18px;">Spotify:</span></p>
<p>Username: Paps Jan pogi</p>
<p>Password: Paps JM din</p>
<p><br></p>
<p><span style="font-size: 18px;">Spotify:</span></p>
<p>Username: Paps Ralph mas pogi</p>
<p>Password: Paps Godwin din</p>
</div> <button class="accordion"><strong><font color="blue"><u>Webtoons - Coomics and Accounts such Toomics/Marvel unlimited etc is Here!</u></font></strong></button>
<div class="panel">
<p><strong><span style="font-size: 20px;">Login Details:</span></strong></p>
<p><span style="font-size: 18px;">Other Accounts:</span></p>
<p>Username: pogi</p>
<p>Password: mga Moderators and admin</p>
<p><br></p>
</div> <button class="accordion"><strong><font color="blue"><u>Educational - This one is for Scribd, Skillshare, Online Courses etc.</u></font></strong></button>
<div class="panel">
<p><strong><span style="font-size: 20px;">Login Details:</span></strong></p>
<p><span style="font-size: 18px;">Other Accounts:</span></p>
<p>Username: pogi</p>
<p>Password: mga Moderators and admin</p>
<p><br></p>
</div> <button class="accordion"><strong><font color="blue"><u>VPN - Express VPN, VYPR, Nord VPN and other VPN accounts here!</u></font></strong></button>
<div class="panel">
<p><strong><span style="font-size: 20px;">Login Details:</span></strong></p>
<p><span style="font-size: 18px;">Other Accounts:</span></p>
<p>Username: pogi</p>
<p>Password: mga Moderators and admin</p>
<p><br></p>
</div> <button class="accordion"><strong><font color="blue"><u>Ecommerce - Amazon Prime and other eCommerce related accounts</u></font></strong></button>
<div class="panel">
<p><strong><span style="font-size: 20px;">Login Details:</span></strong></p>
<p><span style="font-size: 18px;">Other Accounts:</span></p>
<p>Username: pogi</p>
<p>Password: mga Moderators and admin</p>
<p><br></p>
</div> <button class="accordion"><strong><font color="blue"><u>Remote Desktop Protocol (RDP) Accounts</u></font></strong></button>
<div class="panel">
<p><strong><span style="font-size: 20px;">Login Details:</span></strong></p>
<p><span style="font-size: 18px;">Other Accounts:</span></p>
<p>Username: pogi</p>
<p>Password: mga Moderators and admin</p>
<p><br></p>
</div> <button class="accordion"><strong><font color="blue"><u>Ebook Request Here</u></font></strong></button>
<div class="panel">
<p><strong><span style="font-size: 20px;">Login Details:</span></strong></p>
<p><span style="font-size: 18px;">Other Accounts:</span></p>
<p>Username: pogi</p>
<p>Password: mga Moderators and admin</p>
<p><br></p>
</div> <button class="accordion"><strong><font color="blue"><u>Mobile Network Bypass and config</u></font></strong></button>
<div class="panel">
<p><strong><span style="font-size: 20px;">Login Details:</span></strong></p>
<p><span style="font-size: 18px;">Other Accounts:</span></p>
<p>Username: pogi</p>
<p>Password: mga Moderators and admin</p>
<p><br></p>
</div> <button class="accordion"><strong><font color="blue"><u>AnyDesk - Remote Assistance Send Us Your Issue for personal assistance</u></font></strong></button>
<div class="panel">
<p><strong><span style="font-size: 20px;">Login Details:</span></strong></p>
<p><span style="font-size: 18px;">Other Accounts:</span></p>
<p>Username: pogi</p>
<p>Password: mga Moderators and admin</p>
<p><br></p>
</div> <button class="accordion"><strong><font color="blue"><u>About LJ TV Lahat Libre!</u></font></strong></button>
<div class="panel">
<p><strong><span style="font-size: 20px;">Login Details:</span></strong></p>
<p><span style="font-size: 18px;">Other Accounts:</span></p>
<p>Username: pogi</p>
<p>Password: mga Moderators and admin</p>
<p><br></p>
</div>
<script>
var acc = document.getElementsByClassName("accordion");
var i;
for (i = 0; i < acc.length; i++) {
acc[i].addEventListener("click", function() {
this.classList.toggle("active");
var panel = this.nextElementSibling;
if (panel.style.maxHeight){
panel.style.maxHeight = null;
} else {
panel.style.maxHeight = panel.scrollHeight + "px";
}
});
}
</script>
<p style="text-align: center;">© <strong>Coded by Boss J @ LJ TV Lahat Libre!</strong></p>
<p style="text-align: center;"><span style="background-color: #00ff00;">Golden Rule: DO NOT CHANGE THE PASSWORD PLEASE!</span></p> <!-- Coded by Boss J - LJ TV Lahat Libre--> <!-- CSS Code -->
<style type="text/css" scoped>
.GeneratedMarquee {
font-family:'Comic Sans MS';
font-size:1em;
line-height:1em;
color:#E60000;
padding:1.5em;
}
</style> <!-- HTML Code --> <marquee class="GeneratedMarquee" direction="left" scrollamount="3" behavior="scroll">
“Do not forget to subscribe to our Youtube Channel.”
</marquee>
</body>
</html>