uix-kit
Version:
A free web kits for fast web design and development, compatible with Bootstrap v5.
56 lines (28 loc) • 1.51 kB
HTML
<html lang="@@{website_lang}" dir="@@{website_dirRTL}">
<head>
<meta charset="@@{website_charset}" />
<title>Mega Menu(RTL) - @@{website_title}</title>
@@include('./src/components/_global/include-header-rtl.html')
</head>
<body class="page rtl">
@@include('./src/components/_global/include-loader.html')
@@include('./src/components/_global/include-toggle-trigger.html')
<div class="uix-wrapper">
<!-- Header Area
============================================= -->
<header class="uix-header__container">
<div class="uix-header">
<div class="container">
@@include('./src/components/_global/include-brand.html')
@@include('./src/components/_global/include-menu-mega.html')
</div>
<!-- .container end -->
<div class="uix-clearfix"></div>
</div>
</header>
<div class="uix-header__placeholder js-uix-header__placeholder-autoheight"></div>
@@include('./src/components/_global/include-copyright.html')
</div>
<!-- .uix-wrapper end -->
@@include('./src/components/_global/include-footer.html')