📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-20 20:48:53
📂
/ (Root)
/
home
/
xeqi7597
/
mota.claireduwig.com
/
wp-content
/
themes
/
mota
📍 /home/xeqi7597/mota.claireduwig.com/wp-content/themes/mota
🔄 Refresh
✏️
Editing: header.php
Writable
<!DOCTYPE html> <html lang="fr"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Nathalie Mota</title> <?php wp_head(); ?> </head> <body> <div class="main-container"> <header> <div class="logo-header"> <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="https://mota.claireduwig.com/wp-content/uploads/2024/05/Logo.png" alt="Logo Nathalie"></a> </div> <nav id="main-menu"> <?php wp_nav_menu(array( 'theme_location' => 'header', 'container' => false, 'menu_class' => 'header-menu', )); ?> </nav> <button class="menu-toggle" id="menu-toggle"> <span class="line"></span> <span class="line"></span> <span class="line"></span> <span class="line"></span> </button> </header>
💾 Save Changes
❌ Cancel