78 lines
3.1 KiB
HTML
78 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" class="light-style layout-menu-fixed layout-compact" dir="ltr" data-theme="theme-default"
|
|
data-assets-path="/assets/" data-template="vertical-menu-template-free">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="Transforming the Sneat Admin Template HTML into a dynamic and modern React Vite application. Explore powerful features and a sleek UI for efficient app management.">
|
|
<meta name="keywords" content="Sneat, Admin Template, React Vite, Web Development, UI, App Management">
|
|
<meta name="author" content="Your Name">
|
|
|
|
<title>
|
|
Dashboard - Analytics | Sneat - Bootstrap 5 React Admin Template - Free
|
|
</title>
|
|
|
|
<meta name="description" content="" />
|
|
|
|
<!-- 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" />
|
|
|
|
<link rel="stylesheet" href="/assets/vendor/fonts/boxicons.css" />
|
|
|
|
<!-- Core CSS -->
|
|
<link rel="stylesheet" href="/assets/vendor/css/core.css" class="template-customizer-core-css" />
|
|
<link rel="stylesheet" href="/assets/vendor/css/theme-default.css" class="template-customizer-theme-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/apex-charts/apex-charts.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>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.jsx"></script>
|
|
|
|
<!-- Core JS -->
|
|
<!-- build:js assets/vendor/js/core.js -->
|
|
|
|
<script src="/assets/vendor/libs/jquery/jquery.js"></script>
|
|
<script src="/assets/vendor/libs/popper/popper.js"></script>
|
|
<script src="/assets/vendor/js/bootstrap.js"></script>
|
|
<script src="/assets/vendor/libs/perfect-scrollbar/perfect-scrollbar.js"></script>
|
|
<script src="/assets/vendor/js/menu.js"></script>
|
|
|
|
<!-- endbuild -->
|
|
|
|
<!-- Vendors JS -->
|
|
<script src="/assets/vendor/libs/apex-charts/apexcharts.js"></script>
|
|
|
|
<!-- Main JS -->
|
|
<script src="/assets/js/main.js"></script>
|
|
|
|
<!-- Page JS -->
|
|
<script src="/assets/js/ui-toasts.js"></script>
|
|
<script src="/assets/js/dashboards-analytics.js"></script>
|
|
|
|
<!-- Place this tag in your head or just before your close body tag. -->
|
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
|
</body>
|
|
|
|
</html> |