Get started
Basik - Bootstrap 4 Web Application
This theme is built on Bootstrap - The most popular front-end component library. This theme extended bootstrap components and add custom components.
Starter template
<html> <head> <meta charset="utf-8" /> <title>Hello</title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" /> <!-- style --> <link rel="stylesheet" href="../assets/css/bootstrap.css" type="text/css" /> <link rel="stylesheet" href="../assets/css/theme.css" type="text/css" /> <link rel="stylesheet" href="../assets/css/style.css" type="text/css" /> </head> <body class="layout-column"> <!-- jQuery --> <script src="../libs/jquery/dist/jquery.min.js"></script> <!-- Bootstrap --> <script src="../libs/popper.js/dist/umd/popper.min.js"></script> <script src="../libs/bootstrap/dist/js/bootstrap.min.js"></script> <!-- ajax --> <script src="../libs/pjax/pjax.js"></script> <script src="../assets/js/ajax.js"></script> <!-- feathericon --> <script src="../libs/feather-icons/dist/feather.min.js"></script> <!-- lazyload plugin --> <script src="../assets/js/lazyload.config.js"></script> <script src="../assets/js/lazyload.js"></script> <script src="../assets/js/plugin.js"></script> <!-- theme --> <script src="../assets/js/theme.js"></script> </body> </html>