44 lines
2.1 KiB
Plaintext
44 lines
2.1 KiB
Plaintext
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport"
|
|
content="width=device-width, initial-scale=1.0, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0" />
|
|
|
|
<title>@(Context.Request.Path == "/" ? "Sistem Informasi Lingkungan dan Kebersihan - Dinas Lingkungan Hidup Provinsin DKI Jakarta" : (ViewBag.title) + " - SILIKA DLH")</title>
|
|
|
|
<meta name="description" content="Sistem Informasi Lingkungan dan Kebersihan - Dinas Lingkungan Hidup Provinsin DKI Jakarta" />
|
|
|
|
<!-- Favicon -->
|
|
<link rel="icon" type="image/x-icon" href="/assets/img/favicon/favicon.ico" />
|
|
|
|
<!-- Fonts -->
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link
|
|
href="https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap"
|
|
rel="stylesheet" />
|
|
|
|
<!-- Icons -->
|
|
<link rel="stylesheet" href="/assets/vendor/fonts/fontawesome.css" />
|
|
<link rel="stylesheet" href="/assets/vendor/fonts/tabler-icons.css" />
|
|
<link rel="stylesheet" href="/assets/vendor/fonts/flag-icons.css" />
|
|
|
|
<!-- Core CSS -->
|
|
<link rel="stylesheet" href="/assets/vendor/css/rtl/core.css" />
|
|
<link rel="stylesheet" href="/assets/vendor/css/rtl/theme-default.css" />
|
|
<link rel="stylesheet" href="/assets/css/demo.css" />
|
|
|
|
<!-- Vendors CSS -->
|
|
<link rel="stylesheet" href="/assets/vendor/libs/perfect-scrollbar/perfect-scrollbar.css" />
|
|
<link rel="stylesheet" href="/assets/vendor/libs/node-waves/node-waves.css" />
|
|
|
|
<link rel="stylesheet" href="/css/custom-website.css">
|
|
|
|
<!-- Page CSS -->
|
|
|
|
<!-- Helpers -->
|
|
<script src="/assets/vendor/js/helpers.js"></script>
|
|
|
|
<!--! Template customizer & Theme config files MUST be included after core stylesheets and helpers.js in the <head> section -->
|
|
<!--? Config: Mandatory theme config file contain global vars & default theme options, Set your preferred theme option in this file. -->
|
|
<script src="/assets/js/config.js"></script>
|
|
</head> |