...
This commit is contained in:
33
TaxPayerFull/Layout/BlogLayout.razor
Normal file
33
TaxPayerFull/Layout/BlogLayout.razor
Normal file
@@ -0,0 +1,33 @@
|
||||
@inherits LayoutComponentBase
|
||||
|
||||
<HeadContent>
|
||||
<!-- Place favicon.ico in the root directory -->
|
||||
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.png">
|
||||
|
||||
<!-- 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>
|
||||
|
||||
|
||||
<LBlogheader />
|
||||
<div id="smooth-wrapper">
|
||||
<div id="smooth-content">
|
||||
@Body
|
||||
<Lfooter />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user