Get started with gentelella CDN

MIT licensed

Gentelella is a free and open-source Bootstrap admin template.

Tags:
  • css
  • js
  • html
  • template
  • admin
  • bootstrap
  • theme
  • backend
  • responsive

Stable version

Copied!

How to start using gentelella CDN


<!DOCTYPE html>
<html>
<head>
    <title>Get started with gentelella CDN - cdnhub.io</title>
    <!-- Bootstrap CSS -->
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">

    <!-- Gentelella CSS -->
    <link href="https://cdn.cdnhub.io/gentelella/1.4.0/css/gentelella.min.css" rel="stylesheet" type="text/css">

    <!-- Custom CSS -->
    <style>
        body {
            margin: 0;
        }
    </style>
</head>
<body>

    <!-- Navbar -->
    <nav class="navbar navbar-expand-lg navbar-light bg-light">
        <a class="navbar-brand" href="#">Navbar</a>
        <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
            <span class="navbar-toggler-icon"></span>
        </button>
        <div class="collapse navbar-collapse" id="navbarNav">
            <ul class="navbar-nav">
                <li class="nav-item active">
                    <a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
                </li>
                <li class="nav-item">
                    <a class="nav-link" href="#">Features</a>
                </li>
                <li class="nav-item">
                    <a class="nav-link" href="#">Pricing</a>
                </li>
            </ul>
        </div>
    </nav>

    <!-- Gentelella JS -->
    <script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script>
    <script src="https://cdn.cdnhub.io/gentelella/1.4.0/js/gentelella.min.js"></script>
    <script src="https://cdn.cdnhub.io/gentelella/1.4.0/js/custom.min.js"></script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!

All versions