WEBLEB
Accueil
Éditeur
Connexion
Pro
Français
English
Français
Español
Português
Deutsch
Italiano
हिंदी
Un code par sofiane.blida09
236
sofiane.blida09
Ouvrir dans l'éditeur
Publiez votre code
Recommandé
13 June 2025
Un code de Metehan
18 May 2025
Un code de BENE
11 December 2024
Un code par slowapp370
HTML
Copy
CSS
Copy
/* Replace with your CSS Code (Leave empty if not needed) */ <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <link rel="stylesheet" href="/css/styles.css"/> <title>Webleb</title> </head> <body> <nav> <div class="logo" style="display: flex;align-items: center;"> <span style="color:#01939c; font-size:26px; font-weight:bold; letter-spacing: 1px;margin-left: 20px;">WEBLEB</span> </div> <div class="hamburger"> <div class="line1"></div> <div class="line2"></div> <div class="line3"></div> </div> <ul class="nav-links"> <li><a href="https://www.web-leb.com/code">Home</a></li> <li><a href="https://www.web-leb.com/code">Solutions</a></li> <li><a href="https://www.web-leb.com/code">Products</a></li> <li><a href="https://www.web-leb.com/code">Services</a></li> <li><a href="https://www.web-leb.com/code">Contact Us</a></li> <li><button class="login-button" href="https://www.web-leb.com/code">Login</button></li> </ul> </nav> <script src="/js/main.js"></script> </body> </html>
JS
Copy
/* Replace with your JS Code (Leave empty if not needed) */