ÿØÿà JFIF ÿÛ „ ( %!1!%*+...983,7(-.-
File manager
File manager - Edit - /home/tokomrjk/templerun.pro/index.php
Back
<!DOCTYPE html> <html lang="id"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Isototo - Main Santai & Mudah Cuan</title> <style> /* Reset & base */ body { margin: 0; font-family: Arial, sans-serif; background-color: #000; color: #fff; line-height: 1.6; } a { text-decoration: none; color: #fff; } /* Container */ .container { max-width: 900px; margin: auto; } /* Header */ header { text-align: center; padding: 20px 20px; border-bottom: 3px solid #08A9C4; /* garis kuning keemasan */ } h1 { text-align: center; font-size: 2rem; margin-bottom: 10px; color: #08A9C4; } /* Section */ section { margin: 20px 0; border-bottom: 2px solid #08A9C4; padding-bottom: 20px; } section:last-child { border-bottom: none; } h2 { color: #08A9C4; margin-bottom: 15px; } ul { padding-left: 20px; } li { margin-bottom: 10px; } blockquote { background-color: #111; border-left: 4px solid #08A9C4; padding: 10px 20px; margin: 20px 0; font-style: italic; } /* CTA Button */ .cta { display: inline-block; padding: 15px 30px; background-color: #08A9C4; color: #000; font-weight: bold; font-size: 1.2rem; border-radius: 5px; transition: 0.3s; margin-top: 10px; } .cta:hover { background-color: #0993c7; } /* Testimoni */ .testimonial { background-color: #111; padding: 20px; margin: 20px 0; border-left: 4px solid #08A9C4; } /* Footer */ footer { text-align: center; padding: 20px; border-top: 3px solid #08A9C4; font-size: 0.9rem; color: #ccc; } /* Responsive */ @media (max-width: 600px) { header h1 { font-size: 2rem; } .cta { width: 75%; text-align: center; } } .banner { background-image: url('https://i.gyazo.com/b444312d26e543ccdfe9e121c5ea717f.webp'); /* Ganti URL ini dengan gambar banner Anda */ background-size: cover; background-position: center; height: 590px; /* Tinggi default untuk desktop */ display: flex; margin: 50px 10px 20px 10px; align-items: center; justify-content: center; color: white; text-align: center; font-size: 2em; font-weight: bold; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); /* Efek bayangan teks */ } .banner h1 { margin: 0; padding: 0 20px; /* Padding samping untuk mencegah overflow */ } /* Media Query untuk Mobile/Tablet (lebar < 768px) */ @media screen and (max-width: 768px) { .banner { height: 200px; /* Tinggi lebih pendek di mobile */ font-size: 1.5em; /* Font lebih kecil */ background-attachment: scroll; /* Hilangkan parallax di mobile untuk performa */ } .banner h1 { padding: 0 10px; /* Padding lebih kecil */ } } /* Media Query untuk layar sangat kecil (misalnya < 480px) */ @media screen and (max-width: 480px) { .banner { height: 150px; /* Bahkan lebih pendek untuk ponsel kecil */ font-size: 1.2em; } } main { padding: 20px; text-align: center; } .logo { position: absolute; top: 5px; /* Jarak dari atas banner */ left: 50%; transform: translateX(-50%); /* Center horizontal */ width: 150px; /* Lebar default logo */ height: auto; /* Menjaga aspect ratio */ z-index: 10; /* Pastikan logo di atas elemen lain */ } </style> </head> <body> <img src="https://i.gyazo.com/36b58b700388eab004c0e6ddcc339e15.gif" alt="Logo Situs" class="logo"> <center><header class="banner"> </header></center> <!-- CTA --> <section style="text-align:center;"> <a href="https://t.ly/YxplL" class="cta">DAFTAR SEKARANG</a> <a href="https://t.ly/YxplL" class="cta">LOGIN</a> <a href="https://t.ly/rtpisototo" class="cta">RTP SLOT GACOR</a> </section> <div class="container"> <!-- Header --> <section> <h1>🎯 Gak Perlu Ribet, Main di ISOTOTO Langsung Bisa Cuan!</h1> </section> <!-- Apa itu Isototo --> <section> <h2>💡 Apa Itu Isototo?</h2> <p>Isototo hadir buat lo yang pengen sensasi <strong>main game online dengan cara mudah dan seru!</strong>.</p> <ul> <li>✅ Daftar mudah – cuma butuh beberapa menit</li> <li>✅ Deposit & withdraw cepat – nggak pake nunggu lama</li> <li>✅ Bonus & promo gokil – Banyak promo dan bonus setiap harinya</li> </ul> </section> <!-- Tips Main --> <section> <h2>🚀 Tips Main Biar Untung</h2> <ul> <li>Pantau game yang lagi hot, biar peluang menang makin gede!</li> <li>Kelola modal dengan bijak, hindari taruh semua di satu putaran</li> <li>Manfaatkan setiap bonus dan promo biar peluang menang makin tinggi!</li> <li>Main santai tapi tetap fokus — kunci menang ada di sabar dan strategi!</li> </ul> <blockquote>Catatan: Semua tips bersifat edukasi. Hasil tetap tergantung keberuntungan & skill lo sendiri.</blockquote> </section> <!-- Cara Daftar --> <section> <h2>📝 Cara Daftar & Mulai Main</h2> <ul> <li>Klik tombol <strong>Daftar Sekarang</strong></li> <li>Isi data singkat & verifikasi akun</li> <li>Deposit minimal & pilih game favorit lo</li> <li>Ikutin tips di atas & rasain serunya main!</li> </ul> </section> <!-- Testimoni --> <section> <h2>💬 Testimoni</h2> <div class="testimonial"> “Baru seminggu main aja udah betah! Sistemnya enak, deposit cepat, bonusnya mantap, dan tips dari artikelnya beneran berguna.” – <em>Yogi 26 tahun</em> </div> <div class="testimonial"> “Awalnya cuma iseng nyoba, tapi malah bisa untung beneran. Tips mainnya sederhana tapi manjur!” – <em>Roni 31 tahun</em> </div> </section> <!-- Footer --> <footer> © 2025 Isototo. Main dengan bijak. </footer> </div> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 1.8 |
proxy
|
phpinfo
|
Settings