WEBLEB
होम
संपादक
लॉग इन करें
Pro
हिंदी
English
Français
Español
Português
Deutsch
Italiano
हिंदी
एक कोड लेखक: sofiane.blida09
241
sofiane.blida09
संपादक में खोलें
अपना कोड प्रकाशित करें
अनुशंसित
26 December 2024
मैट्रिक्स एक होम पेज डायरेक्टरी है
28 December 2024
mematixd3162 द्वारा एक कोड
8 June 2025
प्रोग्रामेशनेंट द्वारा एक कोड
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) */