File manager - Edit - /home/meharhashir55/finance.mrbotmakerr.online/includes/header.php
Back
<?php // Base URL configuration (same as in index.php) $baseUrl = "http://yourwebsite.com/"; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Finance Website</title> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"> </head> <body> <header class="bg-gray-800 text-white py-4"> <div class="container mx-auto px-4 flex justify-between items-center"> <a href="<?php echo $baseUrl; ?>" class="text-2xl font-bold">Finance Website</a> <nav> <ul class="flex space-x-4"> <li><a href="<?php echo $baseUrl; ?>about.php">About Us</a></li> <li><a href="<?php echo $baseUrl; ?>contact.php">Contact Us</a></li> <li><a href="<?php echo $baseUrl; ?>privacy.php">Privacy Policy</a></li> <li><a href="<?php echo $baseUrl; ?>terms.php">Terms of Service</a></li> </ul> </nav> </div> </header>
| ver. 1.4 |
Github
|
.
| PHP 8.3.24 | Generation time: 2.75 |
proxy
|
phpinfo
|
Settings