hesabixCore/webUI/index.html

47 lines
1.7 KiB
HTML
Executable file

<!DOCTYPE html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8">
<link rel="icon" href="./favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="نرم افزار حسابداری آنلاین" name="description" />
<meta content="توسعه فناوران سرکش" name="author" />
<title>حسابداری آنلاین</title>
<!-- Manifest -->
<link rel="manifest" href="/manifest.json" />
<!-- Icons -->
<!-- The following icons can be replaced with your own, they are used by desktop and mobile browsers -->
<link href="/img/favicons/favicon.png" rel="shortcut icon" />
<link href="/img/favicons/favicon-192x192.png" rel="icon" sizes="192x192" type="image/png" />
<link href="/img/favicons/apple-touch-icon-180x180.png" rel="apple-touch-icon" sizes="180x180" />
<!-- END Icons -->
<!-- Stylesheets -->
<!-- You can include a specific file from css/themes/ folder to alter the default color theme of the template. eg: -->
<!-- <link rel="stylesheet" id="css-theme" href="assets/css/themes/xwork.min.css"> -->
<!-- END Stylesheets -->
<!--===== Custom Font css =====-->
<link href="/fonts/vazir/vazir.css" rel="stylesheet" />
<link href="/dashmix/dashmix.min.css" rel="stylesheet" />
</head>
<body onafterprint="document.getElementById('hide-on-print').classList.remove('d-none');">
<div id="page-container"></div>
<!--
Dashmix JS
Core libraries and functionality
webpack is putting everything together at assets/_js/main/app.js
-->
<script type="module" src="/src/main.ts"></script>
<script src="/dashmix/dashmix.app.min.js"></script>
</body>
</html>