img
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -2,7 +2,7 @@
|
||||
@inject Fixedvalues fv;
|
||||
<HeadContent>
|
||||
<!-- Place favicon.ico in the root directory -->
|
||||
<link rel="icon" type="image/png" href="img/logo/siyahe.png" />
|
||||
<link rel="icon" type="image/png" href="img/logo/moadiran.png" />
|
||||
<!-- CSS here -->
|
||||
<link rel="stylesheet" href="css/bootstrap.rtl.min.css">
|
||||
<link rel="stylesheet" href="css/animate.css">
|
||||
|
@@ -11,7 +11,7 @@
|
||||
<HeadContent>
|
||||
<link rel="canonical" href="#">
|
||||
<!-- Favicon -->
|
||||
<link rel="icon" type="image/png" href="img/logo/siyahe.png" />
|
||||
<link rel="icon" type="image/png" href="img/logo/moadiran.png" />
|
||||
<!-- Fonts -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
|
BIN
TaxPayerFull/wwwroot/img/logo/moadiran.png
Normal file
BIN
TaxPayerFull/wwwroot/img/logo/moadiran.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
@@ -9,7 +9,7 @@
|
||||
<base href="/" />
|
||||
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="css/app.css" />
|
||||
<link rel="icon" type="image/png" href="img/logo/siyahe.png" />
|
||||
<link rel="icon" type="image/png" href="img/logo/moadiran.png" />
|
||||
|
||||
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
|
||||
|
File diff suppressed because one or more lines are too long
@@ -17,6 +17,13 @@
|
||||
{
|
||||
<meta name="keywords" content="@keywords">
|
||||
}
|
||||
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:title" content="@Item?.PageTitle" />
|
||||
<meta property="og:description" content="@description" />
|
||||
<meta property="og:image" content="https://moadiran.ir/img/blog/@Item?.Photo" />
|
||||
<meta property="og:url" content="https://moadiran.ir/BlogDetails/@ItemID" />
|
||||
<meta property="og:site_name" content="Moadiran" />
|
||||
</HeadContent>
|
||||
|
||||
<main>
|
||||
|
@@ -2,10 +2,16 @@
|
||||
@page "/"
|
||||
@inject IConfiguration _config
|
||||
@using moadiran.Layout
|
||||
<PageTitle>مُؤدیٰران (مدیریت صورتحساب ها)</PageTitle>
|
||||
<PageTitle>مُؤدیٰران (مدیریت صورتحساب های الکترونیکی)</PageTitle>
|
||||
|
||||
<HeadContent>
|
||||
<meta name="description" content="@description" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="سامانه مؤدیران" />
|
||||
<meta property="og:description" content="مدیریت صورتحساب های الکترونیکی" />
|
||||
<meta property="og:image" content="https://moadiran.ir/img/logo/moadiran.png" />
|
||||
<meta property="og:url" content="https://moadiran.ir" />
|
||||
<meta property="og:site_name" content="Moadiran" />
|
||||
</HeadContent>
|
||||
|
||||
<main class="fix">
|
||||
|
@@ -13,6 +13,13 @@
|
||||
<HeadContent>
|
||||
<meta name="description" content="@description" />
|
||||
<meta name="keywords" content="@keywords">
|
||||
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:title" content="دانشنامه سامانه مؤدیران" />
|
||||
<meta property="og:description" content="دانشنامه هایی درباره صورتحساب های الکترونیکی" />
|
||||
<meta property="og:image" content="https://moadiran.ir/img/logo/moadiran.png" />
|
||||
<meta property="og:url" content="https://moadiran.ir/ListBlog" />
|
||||
<meta property="og:site_name" content="Moadiran" />
|
||||
</HeadContent>
|
||||
|
||||
<main>
|
||||
|
@@ -8,10 +8,10 @@
|
||||
<head>
|
||||
|
||||
|
||||
<title>مُؤدیٰران (مدیریت صورتحساب ها)</title>
|
||||
<title>مُؤدیٰران (مدیریت صورتحساب های الکترونیکی)</title>
|
||||
<base href="/" />
|
||||
<link rel="stylesheet" href="css/app.css" />
|
||||
<link rel="icon" type="image/png" href="img/logo/siyahe.png" />
|
||||
<link rel="icon" type="image/png" href="img/logo/moadiran.png" />
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="css/bootstrap.rtl.min.css">
|
||||
|
@@ -6,6 +6,10 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<_ContentIncludedByDefault Remove="wwwroot\robots.txt" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Blazor.Bootstrap" Version="2.2.0" />
|
||||
</ItemGroup>
|
||||
|
BIN
moadiran/wwwroot/img/logo/moadiran.png
Normal file
BIN
moadiran/wwwroot/img/logo/moadiran.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
5
moadiran/wwwroot/robots.txt
Normal file
5
moadiran/wwwroot/robots.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
User-Agent: *
|
||||
DisAllow : https://moadiran.ir:440/Sign-in
|
Reference in New Issue
Block a user