Files
LingXi-CRM/web/index.html
T

16 lines
950 B
HTML
Raw Normal View History

2022-11-28 16:38:45 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./src/assets/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2023-01-21 12:42:59 +08:00
<div class="surveybyantdv" data-sf-id="6348cbc865b800a4" data-sf-mode="popover" data-sf-button-color="#476fff" data-sf-text-color="#ffffff" data-sf-button-radius="50" data-sf-button-icon="like-outlined" data-sf-default-open="false" data-sf-allow-repeat-submit="true" data-sf-close-after-submit="true" data-sf-hide-after-submit="false" data-sf-delay-visible="false" data-sf-preload="true" data-sf-width="430px" data-sf-height="400px"></div>
<script async src="//aliyuncdn.antdv.com/form/static/embed/runtime.js"></script>
2022-11-28 16:38:45 +08:00
<title>ZOCRM</title>
</head>
2023-01-19 23:44:03 +08:00
<body style="background-color: #FAFAFA;padding: 0;margin: 0;">
2022-11-28 16:38:45 +08:00
<div id="app"></div>
2022-12-06 11:36:26 +08:00
<script type="module" src="./src/main.js"></script>
2022-11-28 16:38:45 +08:00
</body>
</html>