Logo Blog

Serlok App

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>Stream Now -UNLIMITED STREAMING</title> <style> * { box-sizing: border-box; margin: 0; padding: 0; } body, html { height: 100%; font-family: 'Arial', sans-serif; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } body { background: url('main1.jpg') no-repeat center center fixed; background-size: cover; } .overlay { background: rgba(0, 0, 0, 0.7); position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 0; } .header { position: relative; z-index: 2; text-align: center; padding: 30px 20px 10px; font-size: 26px; color: white; font-weight: bold; text-shadow: 1px 1px 5px black; } .highlight { color: #84cb14; } .container { position: relative; z-index: 1; display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap; padding: 20px; min-height: 100%; } .form-box, .features-box { border-radius: 10px; padding: 30px; margin: 10px; flex: 1 1 300px; max-width: 400px; } .form-box { background: white; } .form-box h2 { font-size: 22px; margin-bottom: 20px; color: #111; text-align: center; } .form-box input { width: 100%; padding: 12px; margin: 10px 0; border: 2px solid #a6e22e; border-radius: 6px; font-size: 16px; } .form-box button { background: #84cb14; color: white; border: none; padding: 14px; width: 100%; font-size: 16px; border-radius: 6px; margin-top: 10px; cursor: pointer; } .features-box { background: rgba(0, 0, 0, 0.6); color: white; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center; } .unlimited-text { font-size: 20px; font-weight: bold; color: #fff067; margin-bottom: 10px; } .price-tag { background: #fff067; padding: 10px 20px; font-size: 32px; font-weight: bold; color: black; margin-bottom: 20px; display: inline-block; border-radius: 8px; } .features { text-align: left; font-size: 16px; list-style: none; padding-left: 0; } .features li { margin: 10px 0; } @media (max-width: 800px) { .container { flex-direction: column; align-items: center; } .form-box, .features-box { max-width: 100%; } .header { font-size: 20px; } } .step-section { padding: 50px 20px; background: transparent; position: relative; z-index: 2; } .steps-wrapper { display: flex; flex-wrap: wrap; justify-content: center; gap: 40px; max-width: 1200px; margin: 0 auto; } .step { flex: 1 1 250px; text-align: center; max-width: 300px; } .step img { width: 100%; height: auto; max-height: 250px; object-fit: contain; } .step h3 { margin: 15px 0 5px; font-size: 20px; color: black; } .step-number { display: inline-block; width: 30px; height: 30px; line-height: 30px; border-radius: 50%; background-color: #84cb14; color: white; font-weight: bold; text-align: center; margin-right: 8px; } .step p { font-size: 14px; color: white; } </style> <script> // Disable right-click document.addEventListener('contextmenu', event => event.preventDefault()); // Disable text selection document.addEventListener('selectstart', event => event.preventDefault()); // Disable copy/view source shortcuts document.addEventListener('keydown', function(e) { if ( (e.ctrlKey && ['u', 'c', 's'].includes(e.key.toLowerCase())) || (e.ctrlKey && e.shiftKey && ['i', 'j'].includes(e.key.toLowerCase())) || e.key === 'F12' ) { e.preventDefault(); } }); </script> </head> <body> <div class="overlay"></div> <div class="header"> STREAM SPORTS & MORE <span class="highlight">LIVE NOW</span> </div> <div class="container"> <div class="form-box"> <h2>REGISTER TO ENJOY<br></h2> <form onsubmit="event.preventDefault(); window.location.href='watch.html';"> <input type="email" placeholder="Your Email Address" required /> <input type="password" placeholder="Password" required /> <button type="submit">CONTINUE</button> </form> </div> <div class="features-box"> <div class="unlimited-text">UNLIMITED ACCESS</div> <div class="price-tag">$0</div> <ul class="features"> <li>✅ ONLINE ACTIVATION</li> <li>✅ HD STREAMING - 1080P, 4K</li> <li>✅ NO ADS</li> <li>✅ ALL PLATFORMS</li> <li>✅ QUICK & EASY SIGNUP</li> </ul> </div> </div> <section class="step-section"> <div class="steps-wrapper"> <div class="step"> <img src="step1.png" alt="Step 1"> <h3 style="margin: 15px 0 5px; font-size: 20px; color:Red;"> <span style="color: red; font-weight: bold;">1</span> Sign up & start now </h3> <p> Access to games, music, books, & movies.<br> Quick and easy to use.<br> Sign up and try it out now! </p> </div> <div class="step"> <img src="step2.png" alt="Step 2"> <h3 style="margin: 15px 0 5px; font-size: 20px; color: Red;"> <span style="color: Red; font-weight: bold;">2</span> Unlimited content </h3> <p> Access to thousands of Live Event,game, music,<br> book & movie titles </p> </div> <div class="step"> <img src="step3.png" alt="Step 3"> <h3 style="margin: 15px 0 5px; font-size: 20px; color: Red;"> <span style="color: red; font-weight: bold;">3</span> Download or play instantly </h3> <p> High speed download, unlimited bandwidth<br> No ads, no waiting, ever-changing library </p> </div> </div> </section> </body> </html> <!-- Histats.com START (hidden counter) --> <a href="/" alt="" target="_blank" > <img src="//sstatic1.histats.com/0.gif?4956124&101" alt="" border="0"> <!-- Histats.com END -->

Tidak ada komentar:

Posting Komentar