2024-03-29 17:44:38 +03:30
|
|
|
@inherits LayoutComponentBase
|
|
|
|
|
|
|
|
<HeadContent>
|
|
|
|
<!-- Place favicon.ico in the root directory -->
|
2024-06-28 18:31:12 +03:30
|
|
|
<link rel="icon" type="image/png" href="img/logo/siyahe.png" />
|
2024-03-29 17:44:38 +03:30
|
|
|
<!-- CSS here -->
|
|
|
|
<link rel="stylesheet" href="css/bootstrap.rtl.min.css">
|
|
|
|
<link rel="stylesheet" href="css/animate.css">
|
|
|
|
<link rel="stylesheet" href="css/custom-animation.css">
|
|
|
|
<link rel="stylesheet" href="css/slick.css">
|
|
|
|
<link rel="stylesheet" href="css/nice-select.css">
|
|
|
|
<link rel="stylesheet" href="css/flaticon.css">
|
|
|
|
<link rel="stylesheet" href="css/swiper-bundle.css">
|
|
|
|
<link rel="stylesheet" href="css/meanmenu.css">
|
|
|
|
<link rel="stylesheet" href="css/font-awesome-pro.css">
|
|
|
|
<link rel="stylesheet" href="css/magnific-popup.css">
|
|
|
|
<link rel="stylesheet" href="css/spacing.css">
|
|
|
|
<link rel="stylesheet" href="css/Lanstyle.css">
|
|
|
|
<link rel="stylesheet" href="css/rtl.css">
|
|
|
|
</HeadContent>
|
|
|
|
|
|
|
|
<Lheader />
|
|
|
|
<div id="smooth-wrapper">
|
|
|
|
<div id="smooth-content">
|
|
|
|
@Body
|
|
|
|
<Lfooter />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|