18 lines
430 B
HTML
18 lines
430 B
HTML
<!doctype html>
|
|
<html lang="en" @@bodySetup>
|
|
<!-- [Head] start -->
|
|
|
|
<head>
|
|
@@include('../layouts/head-page-meta.html', {'title': 'Navbar 10'})@@include('../layouts/head-css.html')
|
|
</head>
|
|
<!-- [Head] end -->
|
|
<!-- [Body] Start -->
|
|
|
|
<body>
|
|
@@include('../layouts/loader.html')
|
|
@@include('../partials/navbar/navbar-10.html')
|
|
@@include('../partials/other/other-2.html')
|
|
@@include('../layouts/footer-js.html')
|
|
</body>
|
|
|
|
</html> |