forked from Easy-Email-Pro/easy-email-editor-pro-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (52 loc) · 1.79 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="google-site-verification"
content="Q1Ho4l_MisrhWICPx9nSROt67kdMbP1CeSS6fzLW_HM"
/>
<title>Easy-email-pro demo</title>
<meta
name="description"
content="Easy-email-pro is a powerful online email editor designed specifically for responsive email design. With Easy-email-pro, you can effortlessly create email campaigns that adapt to different devices. It offers the convenience of importing and exporting MJML, as well as the option to export your designs as HTML. "
/>
<!-- 有 bug,会导致 selection异常 -->
<!-- <script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] =
c[a] ||
function () {
(c[a].q = c[a].q || []).push(arguments);
};
t = l.createElement(r);
t.async = 1;
t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0];
y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "jj92srgyww");
</script> -->
<script>
window.$crisp = [];
window.CRISP_WEBSITE_ID = "c24c47df-c5de-4582-b9e7-0a13f5f42cec";
(function () {
d = document;
s = d.createElement("script");
s.src = "https://client.crisp.chat/l.js";
s.async = 1;
d.getElementsByTagName("head")[0].appendChild(s);
})();
</script>
<style>
#crisp-chatbox [role="button"] {
bottom: 100px !important;
}
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>