You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.8 KiB
41 lines
1.8 KiB
<!DOCTYPE html>
|
|
<html lang="zh-TW">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="description" content="" />
|
|
<meta name="keywords" content="" />
|
|
<meta name="author" content="" />
|
|
<link rel="manifest" href="/manifest.json" />
|
|
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
|
<link rel="apple-touch-icon" href="/favicon.ico" />
|
|
<meta name="theme-color" content="#ff7f24" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
<meta name="apple-mobile-web-app-title" content="Fastkart" />
|
|
<meta name="msapplication-TileImage" content="/assets/images/favicon.png" />
|
|
<meta name="msapplication-TileColor" content="#FFFFFF" />
|
|
|
|
<!-- Bootstrap 5 -->
|
|
<link rel="stylesheet" id="rtl-link" type="text/css" href="/assets/css/vendors/bootstrap.css" />
|
|
|
|
<!-- Iconly Icon css -->
|
|
<link href="https://dev.iconly.io/public/YRbcuMFyfelp/iconly.css" rel="stylesheet"/>
|
|
<!-- Slick css -->
|
|
<!-- <link rel="stylesheet" type="text/css" href="assets/css/vendors/slick.css" />
|
|
<link rel="stylesheet" type="text/css" href="assets/css/vendors/slick-theme.css" /> -->
|
|
|
|
<!-- Style css -->
|
|
<!-- <link rel="stylesheet" id="change-link" type="text/css" href="assets/css/style.css" /> -->
|
|
|
|
<title>CRM系統</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
<script src="https://js.tappaysdk.com/sdk/tpdirect/v5.15.0"></script>
|
|
<script src="/assets/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html>
|