51 lines
1.1 KiB
Plaintext
51 lines
1.1 KiB
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=100vw">
|
|
<meta name="description" content="A fully featured employer website which can be used to build CRM, CMS, etc">
|
|
<meta name="author" content="gozareshgir">
|
|
<title> گزارشگیر @ViewData["Title"]</title>
|
|
|
|
<link rel="icon" type="image/x-icon" href="~/AssetsClient/images/favicon.ico">
|
|
|
|
<!-- Base Css Files -->
|
|
<link href="~/bootstrp5.3.2/css/bootstrap.rtl.css" rel="stylesheet"/>
|
|
|
|
|
|
<link rel="stylesheet" href="~/bootstrap-icons-1.11.2/font/bootstrap-icons.css" asp-append-version="true"/>
|
|
|
|
<!-- Font Icons -->
|
|
|
|
<link href="~/admintheme/css/publicfinancial.css" rel="stylesheet"/>
|
|
|
|
|
|
<style>
|
|
.sweet-alert {
|
|
font-family: 'IranSans' !important
|
|
}
|
|
</style>
|
|
|
|
|
|
</head>
|
|
|
|
<body class="fixed-left">
|
|
|
|
<!-- Begin page -->
|
|
<div class="form-setup">
|
|
|
|
|
|
@RenderBody()
|
|
|
|
</div>
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
<script src="~/AdminTheme/assets/js/jquery.min.js"></script>
|
|
<script src="~/bootstrp5.3.2/js/bootstrap.bundle.min.js"></script>
|
|
|
|
<script src="/bootstrap-icons-1.11.2/font/bootstrap-icons.json"></script>
|
|
@RenderSection("Script", false) |