One Hat Cyber Team
Your IP :
216.73.216.186
Server IP :
84.32.84.250
Server :
Linux in-mum-web1837.main-hosting.eu 5.14.0-503.34.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Mar 27 06:00:50 EDT 2025 x86_64
Server Software :
LiteSpeed
PHP Version :
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
u322583024
/
domains
/
pkpanada.in
/
public_html
/
Edit File:
header.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Astro Kalyan</title> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script> <style> .header { height: 80px !important; display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background: #021f2d5e; color: white; position: fixed; width: 100%; top: 0; z-index: 1000; } .logo { font-size: 24px; font-weight: bold; margin-left: 40px!important; } .nav-links { display: flex; list-style: none; } .nav-links li { margin: 0 15px; } .nav-links a { text-decoration: none; color: white; font-size: 18px; transition: 0.3s; } .nav-links a:hover { color: #ffcc00; } .menu-toggle { display: none; font-size: 24px; cursor: pointer; } @media screen and (max-width: 768px) { .nav-links { display: none; flex-direction: column; position: absolute; top: 60px; right: 0; background: #021f2d; width: 100%; text-align: center; padding: 10px 0; } .nav-links.active { display: flex; } .nav-links li { margin: 10px 0; } .menu-toggle { display: block; } } </style> </head> <body> <header class="header"> <div class="logo"> <img src="images/header/pkpandalogo.png" style="width: 13%; height: 13%;" /> </div> <div class="menu-toggle" onclick="toggleMenu()">☰</div> <ul class="nav-links"> <li><a href="index.php">Home</a></li> <li><a href="index.php#aboutus">About</a></li> <li><a href="index.php#faq">FAQ</a></li> <li><a href="index.php#services">Services</a></li> <li><a href="apointment.php">Appointment</a></li> </ul> </header> <script> function toggleMenu() { document.querySelector('.nav-links').classList.toggle('active'); } </script> </body> </html>
Simpan