81 lines
3.6 KiB
HTML
81 lines
3.6 KiB
HTML
<!doctype html>
|
|
<html
|
|
lang=""
|
|
class="light-style layout-navbar-fixed layout-menu-fixed layout-compact"
|
|
dir="ltr"
|
|
data-theme="theme-default"
|
|
data-assets-path="/"
|
|
data-template="vertical-menu-template"
|
|
data-style="light"
|
|
>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<!-- favicon -->
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-touch-icon.png" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png" />
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/img/favicon/favicon-16x16.png" />
|
|
<link rel="manifest" href="/img/favicon/site.webmanifest" />
|
|
|
|
<meta content="" name="description" />
|
|
<meta content="" name="keywords" />
|
|
<title>LOCALNET</title>
|
|
|
|
<!-- 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="/vendor/fonts/boxicons.css" />
|
|
<link rel="stylesheet" href="/vendor/fonts/fontawesome.css" />
|
|
<link rel="stylesheet" href="/vendor/fonts/flag-icons.css" />
|
|
|
|
<!-- Core CSS -->
|
|
<link rel="stylesheet" href="/vendor/css/rtl/core.css" class="template-customizer-core-css" />
|
|
<link rel="stylesheet" href="/vendor/css/rtl/theme-default.css" class="template-customizer-theme-css" />
|
|
<link rel="stylesheet" href="/css/demo.css" />
|
|
|
|
<!-- Vendors CSS -->
|
|
<link rel="stylesheet" href="/vendor/libs/perfect-scrollbar/perfect-scrollbar.css" />
|
|
<link rel="stylesheet" href="/vendor/libs/typeahead-js/typeahead.css" />
|
|
<link rel="stylesheet" href="/vendor/libs/apex-charts/apex-charts.css" />
|
|
|
|
<!-- Helpers -->
|
|
<script src="/vendor/js/helpers.js"></script>
|
|
<!--! Template customizer & Theme config files MUST be included after core stylesheets and helpers.js in the <head> section -->
|
|
<!--? Template customizer: To hide customizer set displayCustomizer value false in config.js. -->
|
|
<!-- <script src="/vendor/js/template-customizer.js"></script> -->
|
|
<!--? Config: Mandatory theme config file contain global vars & default theme options, Set your preferred theme option in this file. -->
|
|
<script src="/js/config.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
<!-- Core JS -->
|
|
<!-- build:js assets/vendor/js/core.js -->
|
|
<script src="/vendor/libs/jquery/jquery.js"></script>
|
|
<script src="/vendor/libs/popper/popper.js"></script>
|
|
<script src="/vendor/js/bootstrap.js"></script>
|
|
<script src="/vendor/libs/perfect-scrollbar/perfect-scrollbar.js"></script>
|
|
<script src="/vendor/libs/hammer/hammer.js"></script>
|
|
<script src="/vendor/libs/i18n/i18n.js"></script>
|
|
<script src="/vendor/libs/typeahead-js/typeahead.js"></script>
|
|
<!-- <script src="/vendor/js/menu.js"></script> -->
|
|
<!-- endbuild -->
|
|
|
|
<!-- Vendors JS -->
|
|
<script src="/vendor/libs/apex-charts/apexcharts.js"></script>
|
|
<!-- Main JS -->
|
|
<!-- <script src="/js/main.js"></script> -->
|
|
<!-- Page JS -->
|
|
<!-- <script src="/js/dashboards-analytics.js"></script> -->
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|