UNPKG

feat.js

Version:

The Feat.JS Framework; Easy, powerful and fast.

20 lines (17 loc) 856 B
<head> <title>Test</title> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script> <Component src="/test/components/Navbar/navigation.js" /> <Component src="/test/components/Navbar/item.js" /> <Component src="/test/components/UI/container.js" /> <style> .nav-link, .navbar-brand { color: #fff !important; text-decoration: none; } .post { color: #000; } </style> </head>