/
/
home
/
u523034047
/
domains
/
adlakhaengineering.in
/
public_html
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.60
PHP 8.3.16
Dir:
/home/u523034047/domains/adlakhaengineering.in/public_html
Edit:
/home/u523034047/domains/adlakhaengineering.in/public_html/header.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Adlakha Engineering Works</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="assets/css/style.css"> <link rel="canonical" href="<?php echo (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] === 'on' ? "https" : "http") . "://" . $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI']; ?>"> </head> <body> <header class="top-header"> <div class="container header-flex"> <div class="logo"> <h2>ADLAKHA ENGINEERING WORKS</h2> <span>ISO 9001:2015 Certified</span> </div> <!-- Desktop Menu --> <nav class="desktop-menu"> <ul> <li><a href="index.php">Home</a></li> <li><a href="about.php">About</a></li> <li><a href="products.php">Products</a></li> <li><a href="quality.php">Quality</a></li> <li><a href="contact.php">Contact</a></li> <!-- Talk to Expert Button --> </ul> </nav> <a href="https://wa.me/919927259000?text=Hello%20Adlakha%20Engineering%20Works,%20I%20would%20like%20to%20discuss%20your%20products%20and%20services." class="talk-expert-btn">Talk to Expert</a> <!-- Mobile Menu Button --> <div class="menu-toggle" onclick="openMenu()">☰</div> </div> </header> <a href="https://wa.me/919927259000?text=Hello%20Adlakha%20Engineering%20Works,%20I%20would%20like%20to%20discuss%20your%20products%20and%20services." class="floating-whatsapp" target="_blank"> <img src="https://cdn-icons-png.flaticon.com/512/3536/3536445.png" alt="WhatsApp"> </a> <style> .floating-whatsapp { position: fixed; bottom: 20px; right: 20px; background: #25D366; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,0.3); z-index: 9999; transition: 0.3s; } .floating-whatsapp img { width: 32px; height: 32px; } .floating-whatsapp:hover { transform: scale(1.12); background: #1fa857; } @keyframes bounce { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } } .floating-whatsapp { animation: bounce 2s infinite; } </style> <!-- SIDE MOBILE MENU --> <div id="sideMenu" class="side-menu"> <span class="close-btn" onclick="closeMenu()">×</span> <a href="index.php">Home</a> <a href="about.php">About</a> <a href="products.php">Products</a> <a href="quality.php">Quality</a> <a href="contact.php">Contact</a> <a href="https://wa.me/919927259000?text=Hello%20Adlakha%20Engineering%20Works,%20I%20would%20like%20to%20discuss%20your%20products%20and%20services." class="talk-expert-mobile">Talk to Expert</a> </div> <div id="overlay" onclick="closeMenu()"></div>
Ukuran: 2.9 KB