Dashboard Temp Share Shortlinks Frames API

HTMLify

about.html
Views: 46 | 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>About Cars | Apex Motors</title><link rel='stylesheet' href='style.css'></head><body><nav><div class='logo'>APEX</div><ul><li><a href='index.html'>Home</a></li><li><a href='inventory.html'>Inventory</a></li><li><a href='about.html'>About Cars</a></li><li><a href='sell.html'>Sell Your Car</a></li></ul></nav><main class='about-page'><div class='back-nav'><a href='index.html' class='back-link'>&larr; Return to Home</a></div><h1>The Art of Automotive Engineering</h1><p>Modern cars are not just machines; they are a complex symphony of design, aerodynamics, and advanced computer systems. From the internal combustion engine's raw power to the whisper-quiet efficiency of modern electric vehicles, the evolution of the car represents the pinnacle of 21st-century manufacturing.</p><p>Understanding your vehicle helps you make better decisions regarding maintenance, resale value, and enjoyment on the open road. At Apex, we believe in educating our clients so they drive with confidence.</p></main><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>