Get started with startbootstrap-landing-page CDN

MIT licensed

StartBootstrap-Landing-Page is a free, responsive Bootstrap template for creating engaging and modern landing pages.

Tags:
  • bootstrap
  • theme

Stable version

Copied!

How to start using startbootstrap-landing-page CDN


<!DOCTYPE html>
<html>

<head>
  <meta name="description" content="Start Bootstrap Landing Page">
  <meta name="author" content="Start Bootstrap">
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://cdn.cdnhub.io">
  <link href="https://cdn.cdnhub.io/startbootstrap-landing-page/6.0.6/css/landing-page.min.css" rel="stylesheet">
  <title>Get started with startbootstrap-landing-page CDN - cdnhub.io</title>
</head>

<body>
  <!-- Navigation -->
  <nav class="navbar navbar-expand-lg navbar-light bg-light fixed-top" id="mainNav">
    <!-- ... -->
  </nav>

  <!-- Header -->
  <header class="masthead text-center text-white">
    <!-- ... -->
  </header>

  <!-- Features -->
  <section class="features-bg">
    <!-- ... -->
  </section>

  <!-- Services -->
  <section class="services-section bg-light">
    <!-- ... -->
  </section>

  <!-- Call to Action -->
  <section class="call-to-action text-center text-white bg-dark">
    <!-- ... -->
  </section>

  <!-- Footer -->
  <footer class="bg-light py-5">
    <!-- ... -->
  </footer>

  <!-- Bootstrap core JS -->
  <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.6/dist/umd/popper.min.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"></script>
</body>

</html>

All versions