Dashboard Temp Share Shortlinks Frames API

HTMLify

index.html
Views: 98 | Author: karbonsites
1
2
3
4
5
6
<!DOCTYPE html><html lang='en'><head><meta charset='UTF-8'><meta name='viewport' content='width=device-width, initial-scale=1.0'><title>UNICABTRUCK – Find Your Next Vehicle</title><link rel='stylesheet' href='style.css'></head><body><nav class='navbar'><div class='logo'>UNICABTRUCK</div><ul class='nav-links'><li><a href='index.html'>Home</a></li><li><a href='inventory.html'>Inventory</a></li><li><a href='#'>Financing</a></li><li><a href='#'>Sell</a></li></ul><div class='nav-actions'><a href='#'>Login</a><a href='#' class='btn-gold'>Register</a></div></nav><header class='hero'><div class='hero-content'><h1>Find Your Next Vehicle Today</h1><p>Browse thousands of cars, trucks, and SUVs from trusted dealers.</p><div class='search-box'><select><option>Make</option></select><select><option>Model</option></select><select><option>Price Range</option></select><button class='btn-gold'>Search Inventory</button></div></div></header><script src='script.js' defer></script>
  <a href="https://karbonsites.space/home" target="_blank" id="karbon-promo-banner">
      <span></span>
      <div>Built with <b>Karbon Sites</b></div>
  </a>
</body></html>