Get started with startbootstrap-clean-blog CDN

MIT licensed

StartBootstrap-Clean-Blog is a free, modern, and responsive Bootstrap blog theme.

Tags:
  • bootstrap
  • theme

Stable version

Copied!

How to start using startbootstrap-clean-blog CDN


<!DOCTYPE html>
<html>
<head>
    <title>Get started with startbootstrap-clean-blog CDN - cdnhub.io</title>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css">
    <link rel="stylesheet" href="https://cdn.cdnhub.io/startbootstrap-clean-blog/6.0.9/css/clean-blog.min.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</head>
<body>
    <nav class="navbar navbar-expand-lg navbar-light bg-light">
        <!-- Navbar content goes here -->
    </nav>

    <div class="container my-5">
        <!-- Your content goes here -->
    </div>

    <script src="https://code.jquery.com/jquery-3.6.0.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>
    <script src="https://cdn.cdnhub.io/startbootstrap-clean-blog/6.0.9/js/clean-blog.min.js"></script>
</body>
</html>

All versions